|
@@ -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;
|