|
|
|
@ -669,7 +669,12 @@
|
|
|
|
|
<if test="par.waybillNumber != null and par.waybillNumber != '' "> |
|
|
|
|
and ldsa.waybill_number like concat('%',#{par.waybillNumber},'%') |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if test="par.customerName != null and par.customerName != '' "> |
|
|
|
|
and ldsa.customer_name like concat('%',#{par.customerName},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="par.consigneeUnit != null and par.consigneeUnit != '' "> |
|
|
|
|
and ldsa.consignee_unit like concat('%',#{par.consigneeUnit},'%') |
|
|
|
|
</if> |
|
|
|
|
</where> |
|
|
|
|
</select> |
|
|
|
|
<select id="selectListGrounding" resultType="com.logpm.distribution.vo.DistributionStockArticleGroundingVO"> |
|
|
|
|