地址池校验sql修改.
This commit is contained in:
@@ -450,9 +450,9 @@
|
|||||||
<if test="isValid !=null">
|
<if test="isValid !=null">
|
||||||
AND r.is_valid = #{isValid,jdbcType=INTEGER}
|
AND r.is_valid = #{isValid,jdbcType=INTEGER}
|
||||||
</if>
|
</if>
|
||||||
<!-- <if test="isValid == null">
|
<if test="isValid == null">
|
||||||
AND r.is_valid != -1
|
AND r.is_valid != -1
|
||||||
</if> -->
|
</if>
|
||||||
<if test="functionId != null">
|
<if test="functionId != null">
|
||||||
AND r.function_id = #{functionId,jdbcType=INTEGER}
|
AND r.function_id = #{functionId,jdbcType=INTEGER}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user