فهرست منبع

股东卡挂号加收优化

lihong 1 سال پیش
والد
کامیت
87ae91341c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/java/cn/hnthyy/thmz/service/impl/his/mz/MzyRequestServiceImpl.java

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

@@ -550,7 +550,7 @@ public class MzyRequestServiceImpl implements MzyRequestService {
         if (birthDay != null) {
             int age = DateUtil.getAge(birthDay);
             //6岁以内的小朋友挂号费上调50%
-            if (age <= 6) {
+            if (age <= 6 && !(StrUtil.isNotBlank(patientId) && shareholderCardService.checkGhDiscount(patientId))) {
                 if (mzyZdChargeType.getReqFee() != null) {
                     checkFee = checkFee.add(mzyZdChargeType.getReqFee());
                 }