Commit 604cd9f5 by 王昆

gsb

parent 6cb26eed
......@@ -145,9 +145,8 @@ class UserDao extends Dao {
sql.push("SELECT");
sql.push("t1.id, t1.ucid, t1.ucname, t1.uctype, t1.org_id, t1.orgpath,");
sql.push("t1.isMain, t1.saas_id, t1.isEnabled, t1.created_at,");
sql.push("t2.mobile, t2.realName");
sql.push("t1.mobile, t1.realName");
sql.push("FROM uc_user t1");
sql.push("INNER JOIN uc_user_info t2 ON t1.id = t2.id");
sql.push("WHERE t1.id IN (:ids)");
var list = await this.customQuery(sql.join(" "), {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment