|
|
@@ -673,7 +673,6 @@
|
|
|
<if test='null != createTime'>create_time = #{createTime},</if>
|
|
|
<if test='null != updateBy'>update_by = #{updateBy},</if>
|
|
|
<if test='null != updateTime'>update_time = #{updateTime},</if>
|
|
|
- <if test='null != deptId'>dept_id = #{deptId}</if>
|
|
|
</set>
|
|
|
WHERE id = #{id}
|
|
|
</update>
|