Pre Merge pull request !432 from mpaster/springboot3_dev_PR

This commit is contained in:
mpaster
2025-08-28 05:52:16 +00:00
committed by Gitee
15 changed files with 54 additions and 33 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()