Commit 67edc84d by 孙亚楠

d

parent 669f796d
......@@ -200,7 +200,7 @@ class UserService extends ServiceBase {
params.attrs = params.attrs || "id, ucname, real_name, mobile";
let res = await this.dao.findUser(params);
for (let item of res) {
item.id=item+"";
item.id=item.id+"";
}
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