Browse Source

1.增加包件列表的 包件状态

training
pref_mail@163.com 1 year ago
parent
commit
fb4998951a
  1. 4
      blade-service/logpm-distribution/src/main/java/com/logpm/distribution/mapper/DistributionParcelListMapper.xml

4
blade-service/logpm-distribution/src/main/java/com/logpm/distribution/mapper/DistributionParcelListMapper.xml

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

Loading…
Cancel
Save