Commit dea2f4d2 by 徐高华

bug

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