IP spoofing pool定时任务修改时只改is_valid状态,is_audit默认为1
This commit is contained in:
@@ -311,6 +311,7 @@
|
|||||||
<update id="updateState">
|
<update id="updateState">
|
||||||
UPDATE ${tableName} SET
|
UPDATE ${tableName} SET
|
||||||
is_valid = #{isValid,jdbcType=INTEGER},
|
is_valid = #{isValid,jdbcType=INTEGER},
|
||||||
|
is_audit=1,
|
||||||
audit_time = now()
|
audit_time = now()
|
||||||
<where>
|
<where>
|
||||||
AND cfg_id =#{compileId}
|
AND cfg_id =#{compileId}
|
||||||
|
|||||||
Reference in New Issue
Block a user