环境维护appcode字段错误

This commit is contained in:
akun 2024-05-27 15:51:55 +08:00
parent e80cd14064
commit b20639a02c

View File

@ -70,7 +70,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
update DEPLOYMENT_APPLY_ENVIRONMENT
<trim prefix="SET" suffixOverrides=",">
<if test="appId != null">app_id = #{appId},</if>
<if test="appCode != null">apply_code = #{appCode},</if>
<if test="appCode != null">app_code = #{appCode},</if>
<if test="name != null and name != ''">name = #{name},</if>
<if test="serverAddress != null and serverAddress != ''">server_address = #{serverAddress},</if>
<if test="remark != null">remark = #{remark},</if>