浏览代码

查询营销账户类型活动账户修复

eganwu 1 年之前
父节点
当前提交
f3ba84edeb
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/custom/restcontroller/webmanage/sale/accountclass/accountclass.java

+ 3 - 1
src/custom/restcontroller/webmanage/sale/accountclass/accountclass.java

@@ -173,7 +173,9 @@ public class accountclass extends Controller {
         }
         if (content.containsKey("sys_enterpriseid")) {
             sys_enterpriseid = content.getLongValue("sys_enterpriseid");
-            where = where + " and t1.accountname !='活动账户'";
+            if (usertype == 21 || usertype == 22) {
+                where = where + " and t1.accountname !='活动账户'";
+            }
         }
         /*
          * SQL通告板块查询参数设置并查询