소스 검색

去掉多余的代码

lihong 1 년 전
부모
커밋
5c229b1186
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      src/main/java/cn/hnthyy/thmz/controller/mz/MzChargeDetailController.java

+ 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);
             }