shish 1 天之前
父節點
當前提交
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)
     public static function getOrderList($where)
     {
     {
         // customId:订单列表「联系客服」进 chatPage 所需
         // 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');
         $data = self::getList($fields, $where, 'addTime DESC');
         if (empty($data['list'])) {
         if (empty($data['list'])) {
             return $data;
             return $data;