소스 검색

不读卡也可以出院结算

lighter 2 년 전
부모
커밋
36cd4d62aa
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      src/main/java/thyyxxk/webserver/service/medicalinsurance/SiZyService.java

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

@@ -421,12 +421,12 @@ public class SiZyService {
             p.setStaffId(TokenUtil.getTokenUserId());
         }
 
-        if (p.getAge() >= 7 && p.getAge() < 70) {
-            ReadCardBizType readCardBizType = ReadCardBizType.get(p.getReadCardBizType());
-            if (readCardBizType != ReadCardBizType.SETTLEMENT) {
-                return ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, "请先读卡再做出院结算。");
-            }
-        }
+//        if (p.getAge() >= 7 && p.getAge() < 70) {
+//            ReadCardBizType readCardBizType = ReadCardBizType.get(p.getReadCardBizType());
+//            if (readCardBizType != ReadCardBizType.SETTLEMENT) {
+//                return ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, "请先读卡再做出院结算。");
+//            }
+//        }
 
         dscginfo.setDiseCodg(setlDises.get(0).getDiagCode());
         dscginfo.setDiseName(setlDises.get(0).getDiagName());