Commit 94f384b8 by Sxy

Merge branch 'tx-fi-tax' of gitlab.gongsibao.com:jiangyong/zhichan into tx-fi-tax

parents 0c75c22d d3af22f2
...@@ -6,6 +6,7 @@ class BizoptDao extends Dao { ...@@ -6,6 +6,7 @@ class BizoptDao extends Dao {
} }
extraWhere(qobj, qw, qc) { //根据业务员id获取商机信息的组装条件 extraWhere(qobj, qw, qc) { //根据业务员id获取商机信息的组装条件
console.log("findAndCountAll漏斗条件筛选:" + JSON.stringify(qw));
qc.raw = true; qc.raw = true;
//检查查询的用户所属公司是否是平台运营公司-1,如果是则不需要添加公司查询条件添加公司查询条件, 不添加路径条件,返回所有数据 //检查查询的用户所属公司是否是平台运营公司-1,如果是则不需要添加公司查询条件添加公司查询条件, 不添加路径条件,返回所有数据
if (qobj.company_id == 1) { if (qobj.company_id == 1) {
......
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