Commit c141716f by 徐高华

获取msgid的完成时间调整

parent 6795163c
...@@ -177,6 +177,7 @@ public class QwMomentController { ...@@ -177,6 +177,7 @@ public class QwMomentController {
@ResponseBody @ResponseBody
public RestResponse<Void> finishTask(@RequestBody SendResultQDTO qdto) { public RestResponse<Void> finishTask(@RequestBody SendResultQDTO qdto) {
logger.info("完成任务={}",JSONObject.toJSONString(qdto)) ; logger.info("完成任务={}",JSONObject.toJSONString(qdto)) ;
qdto.setSendTime(new Date());
this.qwMomentApiService.finishTask(qdto) ; this.qwMomentApiService.finishTask(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