|
|
|
@ -1205,7 +1205,7 @@
|
|
|
|
|
</select> |
|
|
|
|
<select id="selectByOrderPackageCode" |
|
|
|
|
resultType="com.logpm.distribution.entity.DistributionParcelListEntity"> |
|
|
|
|
SELECT * FROM logpm_distribution_parcel_list WHERE order_package_code = #{orderPackageCode} and warehouse_id = #{warehouseId} |
|
|
|
|
SELECT * FROM logpm_distribution_parcel_list WHERE order_package_code = #{orderPackageCode} and warehouse_id = #{warehouseId} AND is_transfer = 0 |
|
|
|
|
</select> |
|
|
|
|
<select id="getPackageListByMap" resultType="com.logpm.distribution.entity.DistributionParcelListEntity"> |
|
|
|
|
SELECT |
|
|
|
|