Merge branch 'dev' of http://182.92.166.109:3000/xinyilu/PostDischargePatientManage into dev
This commit is contained in:
commit
2a1f1bd871
@ -363,7 +363,7 @@ public class SignPatientManageRouteServiceImpl implements ISignPatientManageRout
|
|||||||
actualTimeTaskDto.setRobotId(scriptInfo.getRobotPublishId());
|
actualTimeTaskDto.setRobotId(scriptInfo.getRobotPublishId());
|
||||||
actualTimeTaskDto.setMobile(patientInfo.getPatientPhone());
|
actualTimeTaskDto.setMobile(patientInfo.getPatientPhone());
|
||||||
actualTimeTaskDto.setSecretType(2);
|
actualTimeTaskDto.setSecretType(2);
|
||||||
actualTimeTaskDto.setStopDate(LocalDate.now().format(DateTimeFormatter.ofPattern("yyyy-MM-dd")) + " 17:00:00");
|
actualTimeTaskDto.setStopDate(LocalDate.now().format(DateTimeFormatter.ofPattern("yyyy-MM-dd")) + " 20:00:00");
|
||||||
// 查询患者画像信息
|
// 查询患者画像信息
|
||||||
List<LabelFieldInfoContentVo> labelFieldContentList = labelFieldContentMapper.selectByPatientId(patientInfo.getId());
|
List<LabelFieldInfoContentVo> labelFieldContentList = labelFieldContentMapper.selectByPatientId(patientInfo.getId());
|
||||||
// 处理变量
|
// 处理变量
|
||||||
|
|||||||
@ -140,6 +140,7 @@ public class SpecialDiseaseNodeServiceImpl implements ISpecialDiseaseNodeService
|
|||||||
// }
|
// }
|
||||||
//}
|
//}
|
||||||
List<Long> oldIds = specialDiseaseNodeMapper.selectSpecialDiseaseRouteIds(specialDiseaseNode.getSpecialDiseaseRouteId());
|
List<Long> oldIds = specialDiseaseNodeMapper.selectSpecialDiseaseRouteIds(specialDiseaseNode.getSpecialDiseaseRouteId());
|
||||||
|
|
||||||
SpecialDiseaseRoute specialDiseaseRoute = new SpecialDiseaseRoute();
|
SpecialDiseaseRoute specialDiseaseRoute = new SpecialDiseaseRoute();
|
||||||
BeanUtils.copyBeanProp(specialDiseaseRoute, specialDiseaseNode);
|
BeanUtils.copyBeanProp(specialDiseaseRoute, specialDiseaseNode);
|
||||||
specialDiseaseRoute.setUpdateTime(LocalDateTime.now());
|
specialDiseaseRoute.setUpdateTime(LocalDateTime.now());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user