Browse Source

checkredis

undefined
娄梦宁 4 years ago
parent
commit
8b54b30bd2
1 changed files with 1 additions and 1 deletions
  1. +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();


Loading…
Cancel
Save