本地修改push至服务
This commit is contained in:
@@ -233,7 +233,7 @@
|
||||
delete from area_ip_cfg where compile_id=#{compileId} and function_id=#{functionId}
|
||||
</delete>
|
||||
<update id="updateAreaIpCfgValid" parameterType="com.nis.domain.configuration.BaseCfg">
|
||||
update area_ip_cfg
|
||||
update area_ip_cfg
|
||||
<set>
|
||||
<if test="isValid != null" >
|
||||
is_valid = #{isValid,jdbcType=INTEGER},
|
||||
|
||||
Reference in New Issue
Block a user