|
@@ -401,7 +401,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="gender != null">#{gender},</if>
|
|
|
<if test="age != null">#{age},</if>
|
|
|
<if test="birthday != null">#{birthday},</if>
|
|
|
- <if test="deptId != null">deptId,</if>
|
|
|
+ <if test="deptId != null">#{deptId},</if>
|
|
|
<if test="idCard != null">#{idCard},</if>
|
|
|
<if test="phoneNum != null">#{phoneNum},</if>
|
|
|
<if test="code != null">#{code},</if>
|