|
|
@@ -1501,10 +1501,10 @@ class User extends BaseController
|
|
|
$where[]=["uid","=",$uid];
|
|
|
}
|
|
|
$totalCount = (new UserClockModel())->where($where)->count();
|
|
|
- var_dump((new UserClockModel)->getLastSql());die();
|
|
|
- if ($post["status"]!=-2){
|
|
|
- $where[]=['status','=',$post["status"]];
|
|
|
- }
|
|
|
+// var_dump((new UserClockModel)->getLastSql());die();
|
|
|
+// if ($post["status"]!=-2){
|
|
|
+// $where[]=['status','=',$post["status"]];
|
|
|
+// }
|
|
|
$data=null;
|
|
|
if($totalCount>0){
|
|
|
$data = (new UserClockModel)
|