@@ -603,6 +603,13 @@ public class CustomerApiController {
}
+
+ Integer agrmntage = _source.getInteger("agrmntage");
+ //短期险
+ if(agrmntage<180){
+ Date pindate = _source.getDate("pindate");//起保日期
+ guaranteeDay+=DateUtils.getDateDifDay(pmdate,pindate);
+ }