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