|
|
@@ -525,14 +525,14 @@ class Order extends Backend |
|
|
|
'o.status'=>1 |
|
|
|
]) |
|
|
|
->field(' |
|
|
|
CONCAT("`",o.id), |
|
|
|
out_trade_no, |
|
|
|
user.username, |
|
|
|
user.nickname, |
|
|
|
user.floor, |
|
|
|
user.email, |
|
|
|
GROUP_CONCAT(unishop_order_product.title) as title, |
|
|
|
o.total_price, |
|
|
|
SUM(unishop_order_product.number) as number, |
|
|
|
unishop_order_product.title, |
|
|
|
unishop_order_product.price, |
|
|
|
unishop_order_product.number as number, |
|
|
|
FROM_UNIXTIME(o.createtime,\'%Y-%m-%d %H:%i:%S\'), |
|
|
|
o.remark') |
|
|
|
->group("unishop_order_product.id") |
|
|
|