ソースを参照

clr_type=9902的也不对账,因为不知道9902是什么,对不平

lighter 3 年 前
コミット
02d65ba30d

+ 2 - 1
src/main/java/thyyxxk/webserver/service/medicalinsurance/SiZyService.java

@@ -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());