nizongfeng 2 years ago
parent
commit
1f7b0ae88d
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

@@ -535,7 +535,7 @@ class Order extends Backend
unishop_order_product.price,
FROM_UNIXTIME(o.createtime,\'%Y-%m-%d %H:%i:%S\'),
if(o.is_carry=1,\'已提货\',\'未提货\'),
o.refund_fee,
ifnull(o.refund_fee,o),
if(o.status=1,\'正常\',\'退款\'),
o.remark')
->group("unishop_order_product.id")


Loading…
Cancel
Save