Explorar o código

2023-5-22-1 新增服务区-2

yingzi hai 1 ano
pai
achega
5c026b5c65
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/model/api/User.php

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

@@ -343,7 +343,7 @@ class User extends BaseModel
             $field = "u.*"
                     . ",ut.show_template_id"
 //                    . ",(select count(*) from table_info_audit where uid = u.uid ) as is_show"
-                    .",(select form table_info_audit where uid = u.uid ) as is_show"
+                    .",(select is_show form table_info_audit where uid = u.uid ) as is_show"
                     . ",p.nickname as p_nickname,p.mobile as p_mobile"
                     . ",wt.title as work_type_title"
                     . ",(select count(*) from table_user_show_template where uid = u.uid) as showTempCount"