|
@@ -898,6 +898,7 @@ public class MedicalViewApiController {
|
|
|
map.put("doctorName",employeeMap.get(mr.getDoctorCode()));
|
|
|
map.put("unitName",zdUnitCodeService.queryDeptNameByIdInCache(mr.getUnitCode()));
|
|
|
map.put("requestDay",DateUtil.fomart(mr.getRequestDay(),"yyyy-MM-dd HH:mm:ss"));
|
|
|
+ map.put("opDay",DateUtil.fomart(mr.getOpDay(),"yyyy-MM-dd HH:mm:ss"));
|
|
|
if (StringUtils.isNotBlank(mr.getChargeType())) {
|
|
|
MzyZdChargeType mzyZdChargeType = mzyZdChargeTypeService.queryByCode(mr.getChargeType());
|
|
|
if (mzyZdChargeType != null) {
|