本地修改push至服务

This commit is contained in:
duandongmei
2018-06-08 14:30:20 +08:00
parent 1f30f610d9
commit 13e9c1adcd
7 changed files with 7 additions and 7 deletions

View File

@@ -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},