Commit 669f796d by 孙亚楠

d

parent 21201733
......@@ -199,6 +199,9 @@ class UserService extends ServiceBase {
async userDic(params) {
params.attrs = params.attrs || "id, ucname, real_name, mobile";
let res = await this.dao.findUser(params);
for (let item of res) {
item.id=item+"";
}
return system.getResultSuccess(res);
}
}
......
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