Selaa lähdekoodia

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

eganwu 1 vuosi sitten
vanhempi
commit
f3ba84edeb

+ 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通告板块查询参数设置并查询