|
|
|
@ -980,6 +980,9 @@
|
|
|
|
|
<if test="query.stockArticleId != null and query.stockArticleId != null"> |
|
|
|
|
and order_code = #{query.stockArticleId} |
|
|
|
|
</if> |
|
|
|
|
<if test="query.brandName != null and query.brandName != null"> |
|
|
|
|
and brand_name = #{query.brandName} |
|
|
|
|
</if> |
|
|
|
|
<if test="query.orderPackageCode != null and query.orderPackageCode != null"> |
|
|
|
|
and order_package_code = #{query.orderPackageCode} |
|
|
|
|
</if> |
|
|
|
|