|
@@ -915,13 +915,7 @@ handlingProportion,
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (excelItem.getJqSuperviseCostsPremiums() != null && excelItem.getJqSuperviseCostsPremiums().compareTo(BigDecimal.ZERO) != 0) {
|
|
|
|
|
- params.put("jqSuperviseCostsPremiums", excelItem.getJqSuperviseCostsPremiums());
|
|
|
|
|
- InsPlyIncome byBxLicenseno = baseMapper.findByBxLicenseno(params);
|
|
|
|
|
- if (ObjectUtils.isEmpty(byBxLicenseno)) {
|
|
|
|
|
- reason = "该数据交强手续费金额有问题";
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+
|
|
|
if (excelItem.getJqSuperviseCostsProportion() != null && excelItem.getJqSuperviseCostsProportion().compareTo(BigDecimal.ZERO) != 0) {
|
|
if (excelItem.getJqSuperviseCostsProportion() != null && excelItem.getJqSuperviseCostsProportion().compareTo(BigDecimal.ZERO) != 0) {
|
|
|
params.put("jqSuperviseCostsProportion", excelItem.getJqSuperviseCostsProportion());
|
|
params.put("jqSuperviseCostsProportion", excelItem.getJqSuperviseCostsProportion());
|
|
|
InsPlyIncome byBxLicenseno = baseMapper.findByBxLicenseno(params);
|
|
InsPlyIncome byBxLicenseno = baseMapper.findByBxLicenseno(params);
|
|
@@ -937,27 +931,6 @@ handlingProportion,
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (excelItem.getSySuperviseCostsPremiums() != null && excelItem.getSySuperviseCostsPremiums().compareTo(BigDecimal.ZERO) != 0) {
|
|
|
|
|
- params.put("sySuperviseCostsPremiums", excelItem.getSySuperviseCostsPremiums());
|
|
|
|
|
- InsPlyIncome byBxLicenseno = baseMapper.findByBxLicenseno(params);
|
|
|
|
|
- if (ObjectUtils.isEmpty(byBxLicenseno)) {
|
|
|
|
|
- reason = "该数据商业手续费金额有问题";
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- if (excelItem.getJqPremium() != null && excelItem.getJqPremium().compareTo(BigDecimal.ZERO) != 0) {
|
|
|
|
|
- params.put("jqPremium", excelItem.getJqPremium());
|
|
|
|
|
- InsPlyIncome byBxLicenseno = baseMapper.findByBxLicenseno(params);
|
|
|
|
|
- if (ObjectUtils.isEmpty(byBxLicenseno)) {
|
|
|
|
|
- reason = "该数据交强保费有问题";
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- if (excelItem.getSyPremium() != null && excelItem.getSyPremium().compareTo(BigDecimal.ZERO) != 0) {
|
|
|
|
|
- params.put("syPremium", excelItem.getSyPremium());
|
|
|
|
|
- InsPlyIncome byBxLicenseno = baseMapper.findByBxLicenseno(params);
|
|
|
|
|
- if (ObjectUtils.isEmpty(byBxLicenseno)) {
|
|
|
|
|
- reason = "该数据商业保费有问题";
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
|
|
|
// 只查手续费
|
|
// 只查手续费
|
|
|
params.put("isOther", "0");
|
|
params.put("isOther", "0");
|
|
@@ -1036,21 +1009,6 @@ handlingProportion,
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (excelItem.getNoPremium() != null && excelItem.getNoPremium().compareTo(BigDecimal.ZERO) != 0) {
|
|
|
|
|
- params.put("noPolicyno", excelItem.getNoPremium());
|
|
|
|
|
- InsPlyIncome byBxLicenseno = baseMapper.findByBxLicenseno(params);
|
|
|
|
|
- if (ObjectUtils.isEmpty(byBxLicenseno)) {
|
|
|
|
|
- reason = "该数据非车保费有问题";
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- if (excelItem.getNoSuperviseCostsPremiums() != null && excelItem.getNoSuperviseCostsPremiums().compareTo(BigDecimal.ZERO) != 0) {
|
|
|
|
|
- params.put("noSuperviseCostsPremiums", excelItem.getNoSuperviseCostsPremiums());
|
|
|
|
|
- InsPlyIncome byBxLicenseno = baseMapper.findByBxLicenseno(params);
|
|
|
|
|
- if (ObjectUtils.isEmpty(byBxLicenseno)) {
|
|
|
|
|
- reason = "该数据非车手续费有问题";
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
if (excelItem.getNoSuperviseCostsProportion() != null && excelItem.getNoSuperviseCostsProportion().compareTo(BigDecimal.ZERO) != 0) {
|
|
if (excelItem.getNoSuperviseCostsProportion() != null && excelItem.getNoSuperviseCostsProportion().compareTo(BigDecimal.ZERO) != 0) {
|
|
|
params.put("noSuperviseCostsProportion", excelItem.getNoSuperviseCostsProportion());
|
|
params.put("noSuperviseCostsProportion", excelItem.getNoSuperviseCostsProportion());
|
|
|
InsPlyIncome byBxLicenseno = baseMapper.findByBxLicenseno(params);
|
|
InsPlyIncome byBxLicenseno = baseMapper.findByBxLicenseno(params);
|