Commit 11db3eb3 authored by 郝彦辉's avatar 郝彦辉

手动修复数据工具7

parent 52f70f16
......@@ -2874,7 +2874,7 @@ public class BaiHangZhuDaiService {
});
if (d3_log_maxList != null && d3_log_maxList.size() > 0) {
String max_str_ups = d3_log_maxList.get(0).getStatusConfirmAt();
String max_str_ups = d3_log_maxList.get(0).getUploadTs();
LocalDateTime max_loca_ups = LocalDateTime.parse(max_str_ups);
if (max_loca_ups.compareTo(loca_old_ups) > 0) {
......
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