|
@@ -477,7 +477,7 @@ public class SiZyService {
|
|
|
}
|
|
|
|
|
|
// 跨省异地数据不参与对账,对总账时无需统计进去。
|
|
|
- if (setlEntity.getInsuplcAdmdvs().startsWith("43")) {
|
|
|
+ if (setlEntity.getFundPaySumamt() > 0 && setlEntity.getInsuplcAdmdvs().startsWith("43")) {
|
|
|
InstStlLdgChk ldgChk = new InstStlLdgChk();
|
|
|
ldgChk.setInsutype(setlEntity.getInsutype());
|
|
|
ldgChk.setClrType(setlEntity.getClrType());
|