Commit 271e6502 by 徐高华

任务提醒

parent 3d201750
......@@ -116,14 +116,14 @@ public class HaobanTaskNoticeApiServiceImpl implements HaobanTaskNoticeApiServic
CommonMQDTO dto = new CommonMQDTO();
dto.setType(20);
Map<String,String> map = new HashMap<>() ;
map.put("id", notice.getPlanId()) ;
map.put("id", notice.getId()+"") ;
dto.setParams(map);
this.haobanCommonMQApiService.putCommonMessage(dto);
}else if(notice.getPlanType()==2) {
CommonMQDTO dto = new CommonMQDTO();
dto.setType(21);
Map<String,String> map = new HashMap<>() ;
map.put("id", notice.getPlanId()) ;
map.put("id", notice.getId()+"") ;
dto.setParams(map);
this.haobanCommonMQApiService.putCommonMessage(dto);
}else if(notice.getPlanType()==3) {
......
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