fix 78634 我的消息-预警消息 消息内容需修改
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user