|
@@ -652,7 +652,9 @@ public class CustomerApiController {
|
|
|
guaranteeDay+=DateUtils.getDateDifDay(pmdate,pindate);
|
|
|
}
|
|
|
}
|
|
|
- noivpolicyset.add(_source.getString("policyno"));
|
|
|
+ if (_source.getString("policystate") != null) {
|
|
|
+ noivpolicyset.add(_source.getString("policyno"));
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
}
|