|
|
|
@ -495,7 +495,7 @@
|
|
|
|
|
</where> |
|
|
|
|
</select> |
|
|
|
|
<select id="fingPackageCodeByLoadId" resultType="com.logpm.trunkline.dto.LoadScanBrandDTO"> |
|
|
|
|
select dpl.brand_name brand,dpl.accept_warehouse_id startWarehouseId,group_concat(dpl.order_package_code) packageCode |
|
|
|
|
select dpl.brand_name brand,dpl.send_warehouse_id startWarehouseId,group_concat(dpl.order_package_code) packageCode |
|
|
|
|
from logpm_trunkline_cars_load_scan t |
|
|
|
|
left join logpm_distribution_parcel_list dpl on dpl.order_package_code = t.scan_code and dpl.warehouse_id = #{warehouseId} |
|
|
|
|
where t.load_id = #{loadId} |
|
|
|
|