Commit 9cedadd7 by 徐高华

非空判断

parent 87d8814f
...@@ -219,7 +219,7 @@ public class GroupChatPlanController { ...@@ -219,7 +219,7 @@ public class GroupChatPlanController {
Map<String,String> map = new HashMap<>() ; Map<String,String> map = new HashMap<>() ;
map.put("ownerLogId",ownerLogId+"") ; map.put("ownerLogId",ownerLogId+"") ;
mq.setParams(map); mq.setParams(map);
this.haobanCommonMQApiService.putCommonDelayMessage(mq, 0); this.haobanCommonMQApiService.putCommonDelayMessage(mq, 15);
} }
ownerInfo.put("dataGetTime",owner.getDataGetTime()); ownerInfo.put("dataGetTime",owner.getDataGetTime());
retMap.put("ownerInfo", ownerInfo); retMap.put("ownerInfo", ownerInfo);
......
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