lighter 3 years ago
parent
commit
8f10ffc392

+ 1 - 1
pom.xml

@@ -10,7 +10,7 @@
     </parent>
     <groupId>thyyxxk</groupId>
     <artifactId>web-server</artifactId>
-    <version>2</version>
+    <version>1</version>
     <name>web-server</name>
     <description>server for yibao-web</description>
     <properties>

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

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