|
|
|
@ -118,8 +118,8 @@
|
|
|
|
|
<if test="unionCode != '' and unionCode != null">
|
|
|
|
|
and (
|
|
|
|
|
nameCode LIKE concat('%', #{unionCode}, '%')
|
|
|
|
|
or basic_udirel.ybbm LIKE concat('%', #{unionCode}, '%')
|
|
|
|
|
or basic_udirel.sptm LIKE concat('%', #{unionCode}, '%')
|
|
|
|
|
or basic_products.ybbm LIKE concat('%', #{unionCode}, '%')
|
|
|
|
|
or basic_products.sptm LIKE concat('%', #{unionCode}, '%')
|
|
|
|
|
)
|
|
|
|
|
</if>
|
|
|
|
|
<if test="thrPiId != '' and thrPiId != null">
|
|
|
|
|