Commit 7f63bba8 by 孙亚楠

d

parent f78fd95b
......@@ -41,7 +41,7 @@ class AccountService extends ServiceBase {
}
async accountBulkInfo(params) {
let ids = params.account_ids || [];
let ids = params.ids || [];
let map = await this.dao.mapByIds(ids, params.attrs);
return system.getResultSuccess(map);
}
......
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