Commit 847c173c by 徐高华

延时

parent 66535dfa
......@@ -185,7 +185,7 @@ public class StaffDepartmentRelatedServiceImpl implements StaffDepartmentRelated
CommonMQDTO dto = new CommonMQDTO();
dto.setType(2);
dto.setParams(map);
this.haobanCommonMQApiService.putCommonDelayMessage(dto, 60);
this.haobanCommonMQApiService.putCommonDelayMessage(dto, 180);
}
return;
}
......
......@@ -284,7 +284,7 @@ public class MessageApiServiceImpl implements MessageApiService {
CommonMQDTO dto = new CommonMQDTO();
dto.setType(2);
dto.setParams(map);
this.haobanCommonMQApiService.putCommonDelayMessage(dto, 60);
this.haobanCommonMQApiService.putCommonDelayMessage(dto, 180);
continue;
}
departmentIds.append(department.getDepartmentId()).append(",");
......
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