Commit f3d80fe2 by 蒋勇

d

parent 6e7ec790
...@@ -30,7 +30,7 @@ class CtlBase { ...@@ -30,7 +30,7 @@ class CtlBase {
return system.getResult(rs); return system.getResult(rs);
} }
async refQuery(pobj, qobj, req) { async refQuery(pobj, qobj, req) {
pobj.refwhere.app_id=pobj.app_id; //pobj.refwhere.app_id=pobj.app_id;//角色过滤按照公司过滤
pobj.refwhere.company_id=pobj.company_id; pobj.refwhere.company_id=pobj.company_id;
let rtn=await this.service.refQuery(pobj); let rtn=await this.service.refQuery(pobj);
return rtn return rtn
......
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