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
3 years ago
parent
59b10d7b9c
commit
0547ed8905
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
application/admin/controller/unishop/Order.php
+ 0
- 1
application/admin/controller/unishop/Order.php
View File
@@ -541,7 +541,6 @@ class Order extends Backend
->group("unishop_order_product.id")
->order("o.createtime","desc")
->buildSql();
echo $list;die;
$list = collection($list)->toArray();
$title = ['订单号','工号','姓名','楼层','邮箱','商品','购买数量','总金额','下单时间','是否提货','退款金额','状态','备注'];
// Create new Spreadsheet object
Write
Preview
Loading…
Cancel
Save