shish 3 tahun lalu
induk
melakukan
9154b9cab8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      biz-hd/item/classes/ItemClass.php

+ 1 - 1
biz-hd/item/classes/ItemClass.php

@@ -474,7 +474,7 @@ class ItemClass extends BaseClass
     public static function getShowList($where)
     {
         $level = 0;
-        $field = 'id,cover,name,cost,itemId,classId,skPrice,variety,price,discountPrice,stock,stockWarning,presell,ratioType,smallRatio,smallUnit,bigUnit,ratio';
+        $field = 'id,cover,name,cost,itemId,classId,property,skPrice,variety,price,discountPrice,stock,stockWarning,presell,ratioType,smallRatio,smallUnit,bigUnit,ratio';
         $list = self::getAllByCondition($where, ['inTurn' => SORT_DESC, 'actualSold' => SORT_DESC], $field);
         if (empty($list)) {
             return $list;