소스 검색

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

yingzi 3 달 전
부모
커밋
43a3798b2d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/api/controller/User.php

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

@@ -1232,7 +1232,7 @@ class User extends BaseController
 //                ->alias("ut")
 //                ->join("show_template t", "t.id = show_template_id","left")
                 ->where($where)
-                ->order("is_default", "desc")
+//                ->order("is_default", "desc")
                 ->order("id", "desc")
                 ->page($post["page"], $post["pageSize"])
                 ->select();