提交 457f4b26 authored 作者: 杨凯's avatar 杨凯

feat:家庭医生初始化

上级 ef8f3067
......@@ -298,7 +298,7 @@ public class PatientServiceImpl implements PatientService {
throw new BusinessException("已有进行中排班医生沟通,请勿重复点击");
}
// 查询排班医生信息
List<ScheduleRecordEntity> scheduleRecordEntities = scheduleRecordMapper.selectByDate(CommonConstants.APP_CODE, 4, date, 1, hourAndSecond);
List<ScheduleRecordEntity> scheduleRecordEntities = scheduleRecordMapper.selectByDate(CommonConstants.APP_CODE, 5, date, 1, hourAndSecond);
log.info("当前排班医生:{}", JSON.toJSONString(scheduleRecordEntities));
if (CollectionUtils.isEmpty(scheduleRecordEntities)) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论