Commit bddaf0e2 by EDZ

统计商机条件搜索

parent db515b9c
...@@ -29,6 +29,10 @@ class BizOptCtl extends CtlBase { ...@@ -29,6 +29,10 @@ class BizOptCtl extends CtlBase {
} }
delete pobj.search.dateType delete pobj.search.dateType
} }
if (pobj.search && pobj.search.sourceName) {
pobj.search.source_name=pobj.search.sourceName
delete pobj.search.sourceName
}
const rs = await this.service.findAndCountAll(pobj); const rs = await this.service.findAndCountAll(pobj);
let rarr = []; let rarr = [];
let results = rs.results.rows; let results = rs.results.rows;
......
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