Commit fce5d068 authored by huyuchen's avatar huyuchen

商险优化修改

parent 8f49c152
......@@ -3569,10 +3569,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
}
//商险办理地权限校验
String c = detail.getInsuranceHandleCity().toString();
log.error("省市权限:" + c.toString());
if(insuranceAreaResList.stream().noneMatch(s -> c.equals(s.getCity()))){
TInsuranceAreaRes a = insuranceAreaResList.get(0);
log.error("数据库省市权限:" + a.getProvince() + "_" + a.getCity());
param.setErrorMessage(InsurancesConstants.NO_DETAIL_JURISDICTION);
continue;
}
......
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