Commit 05573802 authored by yanzg's avatar yanzg

日志只执行1次

parent 836362cb
......@@ -54,7 +54,7 @@ public class QueueServiceImpl implements QueueService {
// 添加去重方法,只执行1次
mqService.log(new MessageLogReqVo(YzgMqProcedure.YZG_CLEAR_LOG, day));
messageLogDao.removeLastTime();
mqProcedure.sendClearLog();
mqProcedure.clearLog();
}
/**
......
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