WIN-2308041133\Administrator 2 tháng trước cách đây
mục cha
commit
e6a93a6ff4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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];
         }
         }