Explorar o código

cld用户列表接口更新

laiguoran %!s(int64=4) %!d(string=hai) anos
pai
achega
544923530b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/users/models/user_model.js

+ 1 - 1
modules/users/models/user_model.js

@@ -551,7 +551,7 @@ class UserModel extends BaseModel {
             default :
                 break;
         }
-        return startTime === '' ? '' : {'$gte': startTime};
+        return startTime === 0 ? '' : {'$gte': startTime};
     }
 
     /**