forked from integrated_whb/integrated_whb
修改MQ消息发送
parent
0b01e507c9
commit
c5b14134c9
|
@ -72,6 +72,6 @@ public class MqUtil {
|
|||
}
|
||||
|
||||
public static Date dateFormat(String date) throws Exception{
|
||||
return timeFormat.parse(date);
|
||||
return timeFormat.parse(date.replaceAll("/","-"));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue