Commit 55e4658a authored by data爬虫-冯 军凯's avatar data爬虫-冯 军凯

申请单数据清洗test

parent 3f2adbd9
......@@ -169,7 +169,7 @@ public class ApplyListExportToBizFlowMain {
}
public static Timestamp getAuditValidTime(Timestamp riskNotifyTime, Date parse) {
if (new Timestamp(parse.getTime()).compareTo(riskNotifyTime) == 0) {
if (riskNotifyTime==null || new Timestamp(parse.getTime()).compareTo(riskNotifyTime) == 0) {
return null;
}
LocalDateTime riskNotifyTimeLocaDateTime = riskNotifyTime.toLocalDateTime().plusDays(30);
......
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