|
@@ -53,7 +53,7 @@ public class GetPropertyUnderWarrantyProcessor implements Processor {
|
|
for(int i = propertyList.size() - 1; i > -1; --i){
|
|
for(int i = propertyList.size() - 1; i > -1; --i){
|
|
Map<String, Object> property = propertyList.get(i);
|
|
Map<String, Object> property = propertyList.get(i);
|
|
Map<String, Object> infos = (Map<String, Object>) property.get("infos");
|
|
Map<String, Object> infos = (Map<String, Object>) property.get("infos");
|
|
- if(infos.get(Const.INSUR_ID) == null || !validWarranty.contains(infos.get(Const.INSUR_ID).toString().trim())){
|
|
|
|
|
|
+ if(infos.get(Const.INFO_INSURANCENUM) == null || !validWarranty.contains(infos.get(Const.INFO_INSURANCENUM).toString().trim())){
|
|
propertyList.remove(i);
|
|
propertyList.remove(i);
|
|
}
|
|
}
|
|
}
|
|
}
|