|
@@ -96,7 +96,7 @@ on a.id = b.sy_letter_deposit_id
|
|
|
select item_number as itemNumber,small_po as smallPo,total,box_number as boxNumber,pre_ids as preIds,sy_pre_assembled_packing_list_id as syPreAssembledPackingListId,
|
|
|
total_gross_weight as totalGrossWeight,total_net_weight as totalNetWeight,total_volume as totalVolume,distribution_point as distributionPoint,
|
|
|
container_code as containerCode,container_number as containerNumber,unit_price as unitPrice,total_price as totalPrice,
|
|
|
-hod,salesman,sales_Department as salesDepartment,spur_or_sub_order as spurOrSubOrder,supplier
|
|
|
+hod,salesman,sales_Department as salesDepartment,spur_or_sub_order as spurOrSubOrder,supplier,client_abbreviation as clientAbbreviation
|
|
|
from sy_letter_deposit_item
|
|
|
where del_flag = 0 and sy_letter_deposit_id = #{syId} group by letter_groupid
|
|
|
|