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
checkredis
undefined
娄梦宁
4 years ago
parent
11c1df60ea
commit
8b54b30bd2
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
@@ -527,7 +527,7 @@ class Order extends Backend
GROUP_CONCAT(unishop_order_product.title) as title,
o.total_price,
SUM(unishop_order_product.number) as number,
o.create
_
time,
o.createtime,
o.remark')
->group("o.id")
->select();
Write
Preview
Loading…
Cancel
Save