Browse Source

查询营销账户类型去掉活动账户

eganwu 1 năm trước cách đây
mục cha
commit
deee3791fb

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

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