|
|
|
@ -308,15 +308,6 @@ public class TaskServiceImpl implements TaskService {
|
|
|
|
dto.setZyh(archiveMasters.get(0).getInpNo());
|
|
|
|
dto.setZyh(archiveMasters.get(0).getInpNo());
|
|
|
|
dto.setStatusFlag(0);
|
|
|
|
dto.setStatusFlag(0);
|
|
|
|
dto.setMID(archiveMasters.get(0).getId());
|
|
|
|
dto.setMID(archiveMasters.get(0).getId());
|
|
|
|
if (collectId.equals("8")) {
|
|
|
|
|
|
|
|
dto.setC1("长临医嘱");
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (collectId.equals("1")) {
|
|
|
|
|
|
|
|
dto.setC1("护理记录");
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (collectId.equals("2")){
|
|
|
|
|
|
|
|
dto.setC1("电子病例");
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
archiveOtherExtMapper.addOther(dto);
|
|
|
|
archiveOtherExtMapper.addOther(dto);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|