|
|
|
@ -78,7 +78,7 @@
|
|
|
|
|
and |
|
|
|
|
ldsa.is_deleted = 0 and ldsa.type_service ='2' and ldsa.genre = 1 |
|
|
|
|
<if test="distributionStockArticleVO.orderCode!=null and distributionStockArticleVO.orderCode !=''"> |
|
|
|
|
and ldsa.order_code == #{distributionStockArticleVO.orderCode} |
|
|
|
|
and ldsa.order_code = #{distributionStockArticleVO.orderCode} |
|
|
|
|
</if> |
|
|
|
|
<if test="distributionStockArticleVO.stockupStatus != null and distributionStockArticleVO.stockupStatus != ''"> |
|
|
|
|
and ldsa.stockup_status = #{distributionStockArticleVO.stockupStatus} |
|
|
|
|