|
|
@@ -224,7 +224,7 @@ class OrderService extends BaseService
|
|
|
//获取订单信息 TODO 重新实现,要限制查询字段与返回字段,性能第一???? -- 商品项(商品规格)、商品数量
|
|
|
public static function getOrderList($where)
|
|
|
{
|
|
|
- $fields = 'id, orderSn, orderType, actPrice, goodsNum, reachDate, reachPeriod, addTime';
|
|
|
+ $fields = 'id, hdId, orderSn, orderType, actPrice, goodsNum, reachDate, reachPeriod, addTime';
|
|
|
$data = self::getList($fields, $where, 'addTime DESC');
|
|
|
if (empty($data['list'])) {
|
|
|
return $data;
|