Pre Merge pull request !432 from mpaster/springboot3_dev_PR

This commit is contained in:
mpaster
2025-08-27 08:02:49 +00:00
committed by Gitee
15 changed files with 54 additions and 33 deletions

View File

@@ -14,10 +14,10 @@ spring:
nacos:
discovery:
# 服务注册地址
server-addr: 127.0.0.1:8848
server-addr: ruoyi-nacos:8848
config:
# 配置中心地址
server-addr: 127.0.0.1:8848
server-addr: ruoyi-nacos:8848
# 配置文件格式
file-extension: yml
# 共享配置

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()