Browse Source

Merge branch 'master' of http://git.qiniu1314.com/yingzi/infantServiceApi

yingzi 2 days ago
parent
commit
bbb16697a2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/api/controller/User.php

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

@@ -1233,6 +1233,7 @@ class User extends BaseController
                 ->order("id", "desc")
                 ->page($post["page"], $post["pageSize"])
                 ->select();
+            var_dump((new UserContractRecordModel)->getLastSql());die();
             foreach($data as $k=>$v){
                 $data[$k]["is_use"]      = 1;//是否已经购买或者可以使用
                 switch ($data[$k]["status"]){