Commit 6e0ba904 by 王昆

gsb

parent 8f3ecca0
......@@ -369,7 +369,8 @@ class ObusinessmenService extends ServiceBase {
}
async mapByCreditCodes(params) {
return this.dao.mapByCreditCodes(params.creditCodes, params.attrs) || {};
let rs = this.dao.mapByCreditCodes(params.creditCodes, params.attrs) || {};
return system.getResultSuccess(rs);
}
}
......
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