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