|
|
@ -2337,7 +2337,7 @@ |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
<select id="findListByOrderCodeAndWarehouseIdAndConditions" resultType="com.logpm.distribution.entity.DistributionParcelListEntity"> |
|
|
|
<select id="findListByOrderCodeAndWarehouseIdAndConditions" resultType="com.logpm.distribution.entity.DistributionParcelListEntity"> |
|
|
|
/*FORCE_MASTER*/select * |
|
|
|
/*FORCE_MASTER*/ select * |
|
|
|
from logpm_distribution_parcel_list |
|
|
|
from logpm_distribution_parcel_list |
|
|
|
where order_code = #{orderCode} |
|
|
|
where order_code = #{orderCode} |
|
|
|
and warehouse_id = #{warehouseId} |
|
|
|
and warehouse_id = #{warehouseId} |
|
|
|