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