Преглед на файлове

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

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