shish 2 years ago
parent
commit
c3b7771198
1 changed files with 1 additions and 1 deletions
  1. 1 1
      biz-hd/purchase/classes/PurchaseItemClass.php

+ 1 - 1
biz-hd/purchase/classes/PurchaseItemClass.php

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