|
|
@@ -270,7 +270,7 @@ class OrderItemClass extends BaseClass
|
|
|
public static function getOrderItem($orderSn)
|
|
|
{
|
|
|
|
|
|
- $list = self::getAllByCondition(['orderSn' => $orderSn], null, '*');
|
|
|
+ $list = self::getAllByCondition(['orderSn' => $orderSn], 'id ASC', '*');
|
|
|
return self::groupInfo($list);
|
|
|
}
|
|
|
|