地址池删除后仍不可新增同名地址池.
This commit is contained in:
@@ -450,9 +450,9 @@
|
||||
<if test="isValid !=null">
|
||||
AND r.is_valid = #{isValid,jdbcType=INTEGER}
|
||||
</if>
|
||||
<if test="isValid == null">
|
||||
<!-- <if test="isValid == null">
|
||||
AND r.is_valid != -1
|
||||
</if>
|
||||
</if> -->
|
||||
<if test="functionId != null">
|
||||
AND r.function_id = #{functionId,jdbcType=INTEGER}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user