|
|
|
@ -124,6 +124,7 @@
|
|
|
|
|
ldpl.material_id materialId, |
|
|
|
|
ldpl.material_name materialName, |
|
|
|
|
ldpl.brand_name brandName, |
|
|
|
|
ldpl.order_package_status orderPackageStatus, |
|
|
|
|
ldpl.order_package_freeze_status orderPackageFreezeStatus, |
|
|
|
|
ldpl.order_package_grounding_status orderPackageGroundingStatus, |
|
|
|
|
ldpl.order_package_stockup_status orderPackageStockupStatus, |
|
|
|
@ -195,6 +196,9 @@
|
|
|
|
|
<if test="param.conditions !='' and param.conditions != null"> |
|
|
|
|
and ldpl.conditions = #{param.conditions} |
|
|
|
|
</if> |
|
|
|
|
<if test="param.orderPackageStatus !='' and param.orderPackageStatus != null"> |
|
|
|
|
and ldpl.order_package_status = #{param.orderPackageStatus} |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
</where> |
|
|
|
|
|
|
|
|
|