新增用户优化
This commit is contained in:
parent
1b84b3e46e
commit
4130c81a57
|
|
@ -57,8 +57,11 @@
|
|||
<if test="userCode != null and userCode != ''">
|
||||
user_code,
|
||||
</if>
|
||||
sex, dept,login_type, role_id, user_type, state,
|
||||
sex, dept, role_id, user_type, state,
|
||||
password,
|
||||
<if test="loginType != null and loginType != ''">
|
||||
login_type,
|
||||
</if>
|
||||
<if test="teamId != null and teamId != ''">
|
||||
team_id,
|
||||
</if>
|
||||
|
|
@ -67,9 +70,12 @@
|
|||
<if test="userCode != null and userCode != ''">
|
||||
#{userCode},
|
||||
</if>
|
||||
#{sex}, #{dept},#{loginType}, #{roleId}, #{userType},
|
||||
#{sex}, #{dept}, #{roleId}, #{userType},
|
||||
1,
|
||||
#{password},
|
||||
<if test="loginType != null and loginType != ''">
|
||||
#{loginType},
|
||||
</if>
|
||||
<if test="teamId != null and teamId != ''">
|
||||
#{teamId},
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue