@ -82,15 +82,6 @@ public class MedicalAdviceServiceImpl implements MedicalAdviceService {
dto.setZyh(tasks.getInpNo());
dto.setStatusFlag(0);
dto.setMID(tasks.getId());
if (collectId.equals("8")){
dto.setC1("长临医嘱");
}
if (collectId.equals("1")){
dto.setC1("护理记录");
if (collectId.equals("2")){
dto.setC1("电子病例");
//任务表新增任务
if (archiveOtherExtMapper.addOther(dto)) {
//存放队列消息
@ -308,15 +308,6 @@ public class TaskServiceImpl implements TaskService {
dto.setZyh(archiveMasters.get(0).getInpNo());
dto.setMID(archiveMasters.get(0).getId());
if (collectId.equals("8")) {
if (collectId.equals("1")) {
archiveOtherExtMapper.addOther(dto);