Selaa lähdekoodia

收费列表初始不查询

yeguodong 2 viikkoa sitten
vanhempi
commit
47e2b81231

+ 1 - 0
src/main/java/cn/hnthyy/thmz/service/impl/his/mz/MzyReqrecServiceImpl.java

@@ -157,6 +157,7 @@ public class MzyReqrecServiceImpl implements MzyReqrecService {
         if (mzyRequest == null) {
             throw new MzException("挂号对应的排班不存在!");
         }
+        pediatricAgeLimit(mzPatientMi, mzyRequest);
         int times = getTimes(mzPatientMi);
         int serialNo = mzSerialNoService.getMzSerialNo();
         Date now = new Date();