Commit 768ae1f3 authored by hezhen's avatar hezhen

Merge branch 'dev-chw' of http://113.105.137.151:22280/youjj/cloud-platform into dev-chw

parents bab360c4 d194cbd1
...@@ -310,7 +310,7 @@ public class OrderCancelBiz { ...@@ -310,7 +310,7 @@ public class OrderCancelBiz {
}}); }});
Integer dayLag = Long.valueOf(timeLag/(1000L * 60L * 60L * 24L)).intValue(); Integer dayLag = Long.valueOf(timeLag/(1000L * 60L * 60L * 24L)).intValue();
if(dayLag <= 0) { if(dayLag > 0) {
baseOrder.setInsureStatus(BaseOrder.INSURE_STATUS_CNL); baseOrder.setInsureStatus(BaseOrder.INSURE_STATUS_CNL);
//更新 申请状态 //更新 申请状态
insuranceList.forEach( insurance -> { insuranceList.forEach( insurance -> {
......
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