|
|
|
@ -41,7 +41,7 @@
|
|
|
|
|
GROUP_CONCAT(DISTINCT dsa.customer_telephone) |
|
|
|
|
customerTelephone,dsa.warehouse,dsa.warehouse_entry_time warehouseEntryTime,dsa.storage_fee |
|
|
|
|
storageFee, |
|
|
|
|
count( dbp.packet_number ) + IFNULL((SELECT SUM(quantity) FROM logpm_distribution_delivery_details WHERE bill_lading_id = dbl.id )),0)AS totalNumber, |
|
|
|
|
count( dbp.packet_number ) + IFNULL((SELECT SUM(quantity) FROM logpm_distribution_delivery_details WHERE bill_lading_id = dbl.id ),0)AS totalNumber, |
|
|
|
|
dbl.certificate_type certificateType, |
|
|
|
|
GROUP_CONCAT(DISTINCT dsa.brand) brand,dsa.type_service typeService, |
|
|
|
|
dbl.pick_up_time pickUpTime,dbl.consignee,dbl.delivery_document |
|
|
|
|