Sfoglia il codice sorgente

省内异地也要自动对账

lighter 3 anni fa
parent
commit
61abf5743e

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

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