WIN-2308041133\Administrator 3 days ago
parent
commit
e6a93a6ff4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/api/controller/User.php

+ 1 - 0
app/api/controller/User.php

@@ -1150,6 +1150,7 @@ class User extends BaseController
 
 
         $totalCount = (new UserContractRecordModel)->where($where)->count();
         $totalCount = (new UserContractRecordModel)->where($where)->count();
         $uid= $request->user["uid"];
         $uid= $request->user["uid"];
+        var_dump($uid);die();
         if ($uid>0){
         if ($uid>0){
             $where[]=["uid","=",$uid];
             $where[]=["uid","=",$uid];
         }
         }