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