提交 36da78b1 编写于 作者: rushui.chen's avatar rushui.chen

“20191226 客服系统添加医生用户来源

上级 ebb13366
...@@ -131,6 +131,7 @@ public class DoctorServiceImpl implements DoctorService { ...@@ -131,6 +131,7 @@ public class DoctorServiceImpl implements DoctorService {
doctor.setCreatId(doctorId.intValue()); doctor.setCreatId(doctorId.intValue());
doctor.setCreatTime(currentTime); doctor.setCreatTime(currentTime);
doctor.setModifyTime(new Date()); doctor.setModifyTime(new Date());
doctor.setRegisterSource(AccountTypeEnum.DEVICE_TYPE_ADMIN.getCode());
doctor.setDeleteFlag(1); doctor.setDeleteFlag(1);
doctorMapper.insertSelective(doctor); doctorMapper.insertSelective(doctor);
return doctor.getId(); return doctor.getId();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册