解决冲突
This commit is contained in:
parent
4682bd75e4
commit
bf1ab47f00
@ -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());
|
||||||
// 处理变量
|
// 处理变量
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user