Pre Merge pull request !436 from mpaster/cherry-pick-1759037399

This commit is contained in:
mpaster
2026-01-06 05:54:33 +00:00
committed by Gitee
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@
<if test="visible != null">visible = #{visible},</if>
<if test="status != null">status = #{status},</if>
<if test="perms !=null">perms = #{perms},</if>
<if test="icon !=null and icon != ''">icon = #{icon},</if>
icon = #{icon},
<if test="remark != null and remark != ''">remark = #{remark},</if>
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
update_time = sysdate()