This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
loumengning
/
shop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
yijia
nizongfeng
2 years ago
parent
7e6941409f
commit
59b10d7b9c
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
application/admin/controller/unishop/Order.php
+ 2
- 1
application/admin/controller/unishop/Order.php
View File
@@ -540,7 +540,8 @@ class Order extends Backend
o.remark')
->group("unishop_order_product.id")
->order("o.createtime","desc")
->select();
->buildSql();
echo $list;die;
$list = collection($list)->toArray();
$title = ['订单号','工号','姓名','楼层','邮箱','商品','购买数量','总金额','下单时间','是否提货','退款金额','状态','备注'];
// Create new Spreadsheet object
Write
Preview
Loading…
Cancel
Save