【fix sonar】SendMsgJob文件

This commit is contained in:
梁琦涛
2023-03-08 16:14:41 +08:00
parent 9344b2526b
commit 468ebe088d
@@ -30,7 +30,7 @@ public class SendMsgJob implements Job {
@Override
public void execute(JobExecutionContext jobExecutionContext) throws JobExecutionException {
log.info(String.format(" jero-boot 发送消息任务 SendMsgJob ! 时间:" + DateUtils.getTimestamp()));
log.info(" jero-boot 发送消息任务 SendMsgJob ! 时间:" + DateUtils.getTimestamp());
// 1.读取消息中心数据,只查询未发送的和发送失败不超过次数的
QueryWrapper<SysMessage> queryWrapper = new QueryWrapper<>();