|
@@ -472,8 +472,8 @@ public class SiZyService {
|
|
|
setldetldao.insert(setldetailEntity);
|
|
|
}
|
|
|
|
|
|
- // 跨省异地数据、省内异地数据、已退费数据不参与对账,对总账时无需统计进去。
|
|
|
- if (setlEntity.getInsuplcAdmdvs().startsWith("4301")) {
|
|
|
+ // 跨省异地数据不参与对账,对总账时无需统计进去。
|
|
|
+ if (setlEntity.getInsuplcAdmdvs().startsWith("43")) {
|
|
|
InstStlLdgChk ldgChk = new InstStlLdgChk();
|
|
|
ldgChk.setInsutype(setlEntity.getInsutype());
|
|
|
ldgChk.setClrType(setlEntity.getClrType());
|