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