Commit db7129e2 by huangZW

111

parent f0511f54
......@@ -91,7 +91,8 @@ public class ApplicationController extends WebBaseController{
if(CollectionUtil.isNotEmpty(applicationIds)){
closeList = applicationApiService.listByApplications(applicationIds);
}
String wxEnterpriseIds = RedisUtil.getCache("haobanWxEnterpriseIdAppOpen").toString();
Object o = RedisUtil.getCache("haobanWxEnterpriseIdAppOpen");
String wxEnterpriseIds = o == null?"":o.toString();
if(!wxEnterpriseIds.contains(wxEnterpriseId)){
//不开启
Iterator<ApplicationDTO> it = openList.iterator();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment