|
|
@@ -835,6 +835,9 @@
|
|
|
<if test="cusName != null and cusName != ''">
|
|
|
AND tmc.cus_name LIKE concat('%',my_ex.likequery(#{cusName}),'%')
|
|
|
</if>
|
|
|
+ <if test="whName != null and whName != ''">
|
|
|
+ AND tmw.wh_name LIKE concat('%',my_ex.likequery(#{whName}),'%')
|
|
|
+ </if>
|
|
|
<if test="supId != null and supId != ''">
|
|
|
AND tpi.sup_id = #{supId}::uuid
|
|
|
</if>
|