Commit 0a2b267f by 徐高华

获取msgid的完成时间调整

parent c141716f
...@@ -136,6 +136,7 @@ public class GroupChatPlanController { ...@@ -136,6 +136,7 @@ public class GroupChatPlanController {
@RequestMapping("staff-send-result") @RequestMapping("staff-send-result")
public RestResponse<Void> staffSendResult(@RequestBody StaffSendResultQDTO qdto) { public RestResponse<Void> staffSendResult(@RequestBody StaffSendResultQDTO qdto) {
logger.info("企微返回={}",JSONObject.toJSONString(qdto)); logger.info("企微返回={}",JSONObject.toJSONString(qdto));
qdto.setSendTime(new Date());
this.groupChatPlanApiService.staffSendResult(qdto) ; this.groupChatPlanApiService.staffSendResult(qdto) ;
return RestResponse.successResult(); return RestResponse.successResult();
} }
......
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