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