Commit 53d3caa9 by 蒋勇

d

parent c01d0b04
......@@ -46,7 +46,7 @@ class CtlBase {
}
async refQuery(queryobj, qobj, req) {
// qobj.refwhere = { app_id: req.appid };
var rd = await this.service.refQuery(qobj);
var rd = await this.service.refQuery(queryobj);
return system.getResult(rd);
}
async bulkDelete(queryobj, ids) {
......
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