Commit bf6be20e by 王昆

Merge branch 'xggsve-order' of gitlab.gongsibao.com:jiangyong/zhichan into xggsve-order

parents 6fd80879 6e0ba904
......@@ -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