Commit a03f53e8 by 徐高华

画布

parent c055cebe
......@@ -857,9 +857,9 @@ public class GroupChatPlanServiceImpl implements GroupChatPlanService {
this.groupChatPlanOwnerLogMapper.updateMsgid(ownerLogId,msgid);
CommonMQDTO mq = new CommonMQDTO() ;
mq.setType(5) ;
JSONObject json = new JSONObject() ;
json.put("ownerLogId",ownerLogId) ;
mq.setParams(json.toJSONString());
Map<String,String> map = new HashMap<>() ;
map.put("ownerLogId",ownerLogId+"") ;
mq.setParams(map);
this.haobanCommonMQApiService.putCommonDelayMessage(mq, 60);
}
}catch (Exception e) {
......
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