|
@@ -116,7 +116,7 @@ public class AMedicalRecordFacade extends MedicalRecordServiceImpl {
|
|
execute(medicalRecordList);
|
|
execute(medicalRecordList);
|
|
|
|
|
|
List<AMedicalRecordDTO> medicalRecordDTOList = BeanUtil.listCopyTo(list, AMedicalRecordDTO.class);
|
|
List<AMedicalRecordDTO> medicalRecordDTOList = BeanUtil.listCopyTo(list, AMedicalRecordDTO.class);
|
|
- return RespDTO.onSuc(medicalRecordDTOList);
|
|
|
|
|
|
+ return RespDTO.onSuc("操作成功!");
|
|
} else {
|
|
} else {
|
|
return RespDTO.onError("未接收到数据!");
|
|
return RespDTO.onError("未接收到数据!");
|
|
}
|
|
}
|
|
@@ -315,7 +315,7 @@ public class AMedicalRecordFacade extends MedicalRecordServiceImpl {
|
|
Map<String, Object> map = new HashMap<String, Object>();
|
|
Map<String, Object> map = new HashMap<String, Object>();
|
|
List<AMedicalRecordDTO> medicalRecordDTOList = BeanUtil.listCopyTo(aMrContentVO.getRecords(), AMedicalRecordDTO.class);
|
|
List<AMedicalRecordDTO> medicalRecordDTOList = BeanUtil.listCopyTo(aMrContentVO.getRecords(), AMedicalRecordDTO.class);
|
|
map.put("records", medicalRecordDTOList);
|
|
map.put("records", medicalRecordDTOList);
|
|
- return RespDTO.onSuc(map);
|
|
|
|
|
|
+ return RespDTO.onSuc("操作成功!");
|
|
} else if (aMrContentVO.getDockModeType().equals("1")) {
|
|
} else if (aMrContentVO.getDockModeType().equals("1")) {
|
|
if (modeId == 0 || modeId == null) {
|
|
if (modeId == 0 || modeId == null) {
|
|
return RespDTO.onError("无对应的文书类型");
|
|
return RespDTO.onError("无对应的文书类型");
|