修改MQ消息发送

pull/4/head
fangjiakai 2024-01-12 08:31:05 +08:00
parent 0b01e507c9
commit c5b14134c9
1 changed files with 1 additions and 1 deletions

View File

@ -72,6 +72,6 @@ public class MqUtil {
}
public static Date dateFormat(String date) throws Exception{
return timeFormat.parse(date);
return timeFormat.parse(date.replaceAll("/","-"));
}
}