|
@@ -88,6 +88,7 @@ class Order extends Base
|
|
`a`.`unit_weight` AS `unit_weight`,
|
|
`a`.`unit_weight` AS `unit_weight`,
|
|
`a`.`unit` AS `unit`,
|
|
`a`.`unit` AS `unit`,
|
|
gd.good_name as 'good_name',
|
|
gd.good_name as 'good_name',
|
|
|
|
+ gd.id as 'good_id',
|
|
gd.good_desc as 'good_name',
|
|
gd.good_desc as 'good_name',
|
|
gd.good_url as 'good_url'
|
|
gd.good_url as 'good_url'
|
|
")
|
|
")
|