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