增加 注册医生接口1.0
parent
79f0466bcf
commit
5cd87cf39f
|
@ -605,6 +605,7 @@ public class SysUserServiceImpl implements ISysUserService
|
|||
|
||||
//---------------注册医生---------------------------
|
||||
@Override
|
||||
@Transactional
|
||||
public Boolean registerDoctor(Doctor doctor) {
|
||||
Integer roleId=100;
|
||||
//添加用户表
|
||||
|
|
|
@ -259,7 +259,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="inauguralHospital!=null and inauguralHospital!=''">inaugural_hospital,</if>
|
||||
<if test="departmentId!=null">department_id,</if>
|
||||
<if test="titleId!=null">title_id,</if>
|
||||
<if test="professionProfile!=null and professionProfile!=''">profession_profile,</if>
|
||||
<if test="personProfile!=null and personProfile!=''">person_profile,</if>
|
||||
<if test="goodField!=null and goodField!=''">good_field,</if>
|
||||
</trim>
|
||||
values
|
||||
|
|
Loading…
Reference in New Issue