Explorar el Código

Default Changelist

yingzi hace 2 años
padre
commit
c4395f2e2e
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      app/model/api/User.php

+ 0 - 4
app/model/api/User.php

@@ -269,12 +269,8 @@ class User extends BaseModel
         if($totalCount>0){
             $data = $this
                 ->alias("u")
-<<<<<<< HEAD
                 ->field("u.uid,ut.show_template_id,a.ancestral_place,a.status as is_type_audit")
                 ->leftJoin("info_audit a","u.uid=a.uid")
-=======
-                ->field("u.uid,ut.show_template_id")
->>>>>>> 7e9deec4b69946e56f2d67e274125611f70c3461
                 ->leftJoin("user_show_template ut", "ut.uid  = u.uid and ut.is_default = 1")//默认模板
                 ->where($where)
                 ->order("u.show_temp_seq", "desc")