物资查询按照isDisable字段查询

pro
郑明梁 2 years ago
parent 8e35509a93
commit 269ddea831

@ -345,6 +345,9 @@
<if test="isDisable == false">
AND (basic_udirel.isDisable is null or basic_udirel.isDisable = false)
</if>
<if test="isDisable == true">
AND basic_udirel.isDisable = true
</if>
<if test="thrPiId != '' and thrPiId != null">
and (thirdId LIKE concat('%', #{thrPiId}, '%')
or thirdId1 LIKE concat('%', #{thrPiId}, '%')

Loading…
Cancel
Save