Commit 9970072b by 徐高华

bug

parent 0b8cb39c
...@@ -934,7 +934,7 @@ public class GroupChatPlanServiceImpl implements GroupChatPlanService { ...@@ -934,7 +934,7 @@ public class GroupChatPlanServiceImpl implements GroupChatPlanService {
return; return;
} }
for (String enterpriseId : enterpriseIdList) { for (String enterpriseId : enterpriseIdList) {
TaskSettingDTO dto = this.settingApiService.findByEnterpriseIdAndType(enterpriseId,1) ; TaskSettingDTO dto = this.settingServiceApi.findByEnterpriseIdAndType(enterpriseId,1) ;
if(null != dto.getNoticeFlag() && dto.getNoticeFlag()==1) { if(null != dto.getNoticeFlag() && dto.getNoticeFlag()==1) {
this.massTaskData(enterpriseId); this.massTaskData(enterpriseId);
} }
......
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