|
@@ -128,7 +128,10 @@
|
|
|
salesman,/*业务员*/
|
|
|
sales_Department,/*业务部门*/
|
|
|
ymoney,/*佣金*/
|
|
|
- group_id
|
|
|
+ group_id,
|
|
|
+ total_Pack,
|
|
|
+ pack_box,
|
|
|
+ packs
|
|
|
FROM sy_pre_assembled_packing_list_item
|
|
|
WHERE sy_pre_assembled_packing_list_id in
|
|
|
<foreach collection="list" item="value" index="index" open="(" separator="," close=")">
|
|
@@ -320,17 +323,18 @@
|
|
|
net_weight,total_net_weight,gross_weight,total_gross_weight,outer_box_length,outer_box_width,outer_box_height,total_volume,net_weight_too,unit_price,total_price,
|
|
|
remarks,create_by,create_time,update_by,update_time,pk_org,del_flag,memo,sort,with_code,inventory_name,group_id,inventory_Code,master_Metering,factory_Unit_Price,
|
|
|
plan_Quantity,actual_Packing_Qty,plan_Size,inventory_Ccode,supplier_Code,supplier,ompo_Account,ompo_Id,ompo_Id_Item,ymoney,order_Number,salesman,sales_Department,
|
|
|
- spur_Or_Sub_Order,elements_Id,customs_declaration_unit_price,sy_order_data_id,sy_order_data_item_id,pack_id) VALUES
|
|
|
+ spur_Or_Sub_Order,elements_Id,customs_declaration_unit_price,sy_order_data_id,sy_order_data_item_id,pack_id,total_Pack,pack_box,packs) VALUES
|
|
|
<foreach collection="list" item="entity" index="index" separator="," >
|
|
|
(#{entity.id},#{entity.syPackingListTailoringId},#{entity.syPreAssembledPackingListId},#{entity.syPreAssembledPackingListItemId},#{entity.acSetNo},
|
|
|
#{entity.garmentFactory},#{entity.hod},#{entity.styleNo},#{entity.smallPo},#{entity.poNo},#{entity.itemCode},#{entity.distributionPoint},#{entity.prepackSku},
|
|
|
#{entity.size},#{entity.startingBoxNumber},#{entity.endCaseNumber},#{entity.colour},#{entity.piecesBox},#{entity.boxNumber},#{entity.total},#{entity.netWeight},
|
|
|
- #{entity.totalNetWeight},#{entity.grossWeight},#{entity.totalGrossWeight},#{entity.outerBoxLength},#{entity.outerBoxWidth},#{entity.outerBoxHeight},
|
|
|
- #{entity.totalVolume},#{entity.netWeightToo},#{entity.unitPrice},#{entity.totalPrice},#{entity.remarks},#{entity.createBy},#{entity.createTime},#{entity.updateBy},
|
|
|
- #{entity.updateTime},#{entity.pkOrg},#{entity.delFlag},#{entity.memo},#{entity.sort},#{entity.withCode},#{entity.inventoryName},#{entity.groupId},#{entity.inventoryCode},
|
|
|
- #{entity.masterMetering},#{entity.factoryUnitPrice},#{entity.planQuantity},#{entity.actualPackingQty},#{entity.planSize},#{entity.inventoryCcode},#{entity.supplierCode},
|
|
|
- #{entity.supplier},#{entity.ompoAccount},#{entity.ompoId},#{entity.ompoIdItem},#{entity.ymoney},#{entity.orderNumber},#{entity.salesman},#{entity.salesDepartment},
|
|
|
- #{entity.spurOrSubOrder},#{entity.elementsId},#{entity.customsDeclarationUnitPrice},#{entity.syOrderDataId},#{entity.syOrderDataItemId},#{entity.packId})
|
|
|
+ #{entity.totalNetWeight},#{entity.grossWeight},#{entity.totalGrossWeight},#{entity.outerBoxLength},#{entity.outerBoxWidth},#{entity.outerBoxHeight},#{entity.totalVolume},
|
|
|
+ #{entity.netWeightToo},#{entity.unitPrice},#{entity.totalPrice},#{entity.remarks},#{entity.createBy},#{entity.createTime},#{entity.updateBy},#{entity.updateTime},#{entity.pkOrg},
|
|
|
+ #{entity.delFlag},#{entity.memo},#{entity.sort},#{entity.withCode},#{entity.inventoryName},#{entity.groupId},#{entity.inventoryCode},#{entity.masterMetering},
|
|
|
+ #{entity.factoryUnitPrice},#{entity.planQuantity},#{entity.actualPackingQty},#{entity.planSize},#{entity.inventoryCcode},#{entity.supplierCode},#{entity.supplier},
|
|
|
+ #{entity.ompoAccount},#{entity.ompoId},#{entity.ompoIdItem},#{entity.ymoney},#{entity.orderNumber},#{entity.salesman},#{entity.salesDepartment},
|
|
|
+ #{entity.spurOrSubOrder},#{entity.elementsId},#{entity.customsDeclarationUnitPrice},#{entity.syOrderDataId},#{entity.syOrderDataItemId},#{entity.packId},
|
|
|
+ #{entity.totalPack}, #{entity.packBox}, #{entity.packs})
|
|
|
</foreach>
|
|
|
|
|
|
</select>
|