feat: There is no way the

This commit is contained in:
super_liu
2021-08-27 16:18:03 +08:00
parent 71aba6aa2d
commit 531137fa86
2 changed files with 3 additions and 3 deletions
@@ -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) {
}
}