fix 78634 我的消息-预警消息 消息内容需修改

This commit is contained in:
liao
2023-11-22 09:58:38 +08:00
parent d62ef358c3
commit 8b29dc75be
3 changed files with 47 additions and 6 deletions
@@ -163,7 +163,7 @@ public class LawsStandardEarlyWarningServiceImpl implements ILawsStandardEarlyWa
e.printStackTrace();
throw new JeroBootException("时间格式转换错误");
}
long days = getBetweenDays(date, toDay);
long days = getBetweenDays(toDay, date);
map.put("days", days + "");
sendMessageDTO.setMap(map);
sendMessageAPI.sendMessage(sendMessageDTO);