|
|
@@ -1535,7 +1535,7 @@ class User extends BaseController
|
|
|
// $where[] = ["create_time",'=',strtotime($post['time'])];
|
|
|
}
|
|
|
if ($post['contract_id']>0){
|
|
|
- $where[] = ["contract_id",$post['contract_id']];
|
|
|
+ $where[] = ["contract_id",'=',$post['contract_id']];
|
|
|
}
|
|
|
$totalCount = (new UserClockModel())->where($where)->count();
|
|
|
|