Commit 21c9d070 by 徐高华

消息时间格式

parent 7be7042a
...@@ -591,7 +591,7 @@ public class NoticeMessageApiServiceImpl implements NoticeMessageApiService { ...@@ -591,7 +591,7 @@ public class NoticeMessageApiServiceImpl implements NoticeMessageApiService {
public void sendMessageForOpenStaff(String enterpriseId, String accountName, String reason) { public void sendMessageForOpenStaff(String enterpriseId, String accountName, String reason) {
Map<String, String> map = new HashMap<>(); Map<String, String> map = new HashMap<>();
map.put("accountName", accountName); map.put("accountName", accountName);
map.put("errorTime", DateUtil.dateToStr(new Date(), "yyyy年MM月dd日 hh:mm")); map.put("errorTime", DateUtil.dateToStr(new Date(), "yyyy年MM月dd日 HH:mm"));
map.put("reason", reason); map.put("reason", reason);
String mqName = "haobanNotice"; String mqName = "haobanNotice";
NoticeMessageForm noticeMessageForm = new NoticeMessageForm(); NoticeMessageForm noticeMessageForm = new NoticeMessageForm();
......
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