shish 1 день назад
Родитель
Сommit
e89d176b3a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      biz-mall/order/services/OrderService.php

+ 1 - 1
biz-mall/order/services/OrderService.php

@@ -228,7 +228,7 @@ class OrderService extends BaseService
     public static function getOrderList($where)
     {
         // customId:订单列表「联系客服」进 chatPage 所需
-        $fields = 'id, shopId, hdId, customId, orderSn, groupBuyId, orderType, actPrice, goodsNum, reachDate, reachPeriod, status, addTime';
+        $fields = 'id, shopId, hdId, customId, orderSn, groupBuyId, orderType, actPrice,orderPrice, goodsNum, reachDate, reachPeriod, status, addTime';
         $data = self::getList($fields, $where, 'addTime DESC');
         if (empty($data['list'])) {
             return $data;