|
|
|
@ -678,6 +678,13 @@
|
|
|
|
|
<if test="par.consigneeUnit != null and par.consigneeUnit != '' "> |
|
|
|
|
and ldsa.consignee_unit like concat('%',#{par.consigneeUnit},'%') |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if test="par.totalNumber !=null "> |
|
|
|
|
and ldsa.total_number = #{par.totalNumber} |
|
|
|
|
</if> |
|
|
|
|
<if test="par.customerAddress !=null and par.customerAddress !=''"> |
|
|
|
|
and ldsa.customer_address like concat('%',#{par.customerAddress},'%') |
|
|
|
|
</if> |
|
|
|
|
</where> |
|
|
|
|
</select> |
|
|
|
|
<select id="selectListGrounding" resultType="com.logpm.distribution.vo.DistributionStockArticleGroundingVO"> |
|
|
|
|