Jelajahi Sumber

去掉多余的代码

lihong 1 tahun lalu
induk
melakukan
5c229b1186

+ 0 - 5
src/main/java/cn/hnthyy/thmz/controller/mz/MzChargeDetailController.java

@@ -135,8 +135,6 @@ public class MzChargeDetailController {
     private ZdChequeTypeService zdChequeTypeService;
     @Value("${healthEducationUrl}")
     private String healthEducationUrl;
-    @Resource
-    private ResponceTypeService responceTypeService;
 
 
     /**
@@ -1948,9 +1946,6 @@ public class MzChargeDetailController {
             resultMap.put("code", 0);
             resultMap.put("data", mzChargeDetailService.getMzPrescriptionVo(patientId, times, MzBlRecordFlag, payMark));
             MzPatientMi mzPatientMi = mzPatientMiService.queryByPatientId(patientId);
-            if(mzPatientMi !=null && StrUtil.isNotBlank(mzPatientMi.getResponseType())){
-                mzPatientMi.setResponseTypeName(responceTypeService.queryMzNameByCode(mzPatientMi.getResponseType()));
-            }
             if (PayMarkEnum.CHARGED.code.equals(payMark)) {
                 mzPatientMi.setGender(GenderEnum.getGenderByCode(mzPatientMi.getSex()).name);
             }