|
@@ -136,6 +136,9 @@
|
|
|
<update id="updateByPrimaryKeySelective" parameterType="com.qunzhixinxi.hnqz.admin.api.entity.SysDept">
|
|
|
update sys_dept
|
|
|
<set>
|
|
|
+ <if test="abbr != null and abbr != ''">
|
|
|
+ abbr = #{abbr,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="delFlag != null">
|
|
|
del_flag = #{delFlag,jdbcType=VARCHAR},
|
|
|
</if>
|