feat: There is no way the
This commit is contained in:
@@ -111,7 +111,7 @@ public class SendBussMQService {
|
||||
if (StringUtils.isNotBlank(infoEO.getPutTime())) {
|
||||
try {
|
||||
SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
||||
put_time_data = format.parse(dateFormatToStr(infoEO.getIssueTime())+" 00:00:00");
|
||||
put_time_data = format.parse(dateFormatToStr(infoEO.getPutTime())+" 00:00:00");
|
||||
} catch (ParseException ignored) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user