环境维护appcode字段错误
This commit is contained in:
parent
e80cd14064
commit
b20639a02c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user