【fix sonar】SendMsgJob文件
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ public class SendMsgJob implements Job {
|
|||||||
@Override
|
@Override
|
||||||
public void execute(JobExecutionContext jobExecutionContext) throws JobExecutionException {
|
public void execute(JobExecutionContext jobExecutionContext) throws JobExecutionException {
|
||||||
|
|
||||||
log.info(String.format(" jero-boot 发送消息任务 SendMsgJob ! 时间:" + DateUtils.getTimestamp()));
|
log.info(" jero-boot 发送消息任务 SendMsgJob ! 时间:" + DateUtils.getTimestamp());
|
||||||
|
|
||||||
// 1.读取消息中心数据,只查询未发送的和发送失败不超过次数的
|
// 1.读取消息中心数据,只查询未发送的和发送失败不超过次数的
|
||||||
QueryWrapper<SysMessage> queryWrapper = new QueryWrapper<>();
|
QueryWrapper<SysMessage> queryWrapper = new QueryWrapper<>();
|
||||||
|
|||||||
Reference in New Issue
Block a user