|
@@ -132,7 +132,8 @@
|
|
|
size_Range AS size_Range,/*尺寸范围*/
|
|
|
item_number AS styleNo,/*款号*/
|
|
|
product_Name AS productName,/*品名*/
|
|
|
- supplier_code supplierNumber, /*供应商编码*/
|
|
|
+ ( SELECT supplier_code FROM sy_pre_assembled_packing_list_item
|
|
|
+ WHERE sy_pre_assembled_packing_list_id=sy_pre_assembled_packing_list.id LIMIT 1) supplierNumber, /*供应商编码*/
|
|
|
create_By AS preparer/*创建人*/,
|
|
|
create_Time AS preparationTime/*创建时间*/
|
|
|
FROM `sy_pre_assembled_packing_list`
|