|
@@ -473,7 +473,8 @@ public class SiZyService {
|
|
|
}
|
|
|
|
|
|
// 跨省异地数据不参与对账,对总账时无需统计进去。
|
|
|
- if (setlEntity.getInsuplcAdmdvs().startsWith("43")) {
|
|
|
+ // TODO: 2022/9/3 clr_type 9902 到底是什么,文档里找不到
|
|
|
+ if (setlEntity.getInsuplcAdmdvs().startsWith("43") && !setlEntity.getClrType().equals("9902")) {
|
|
|
InstStlLdgChk ldgChk = new InstStlLdgChk();
|
|
|
ldgChk.setInsutype(setlEntity.getInsutype());
|
|
|
ldgChk.setClrType(setlEntity.getClrType());
|