IP spoofing pool定时任务修改时只改is_valid状态,is_audit默认为1

This commit is contained in:
段冬梅
2019-04-29 09:51:41 +08:00
committed by duandongmei
parent 8828d88584
commit 89c8dbefc7

View File

@@ -311,6 +311,7 @@
<update id="updateState">
UPDATE ${tableName} SET
is_valid = #{isValid,jdbcType=INTEGER},
is_audit=1,
audit_time = now()
<where>
AND cfg_id =#{compileId}