@@ -190,8 +190,9 @@ class ItemClass extends BaseClass
public static function getShowList($where)
{
- $level = 0;
- $list = self::getAllByCondition($where, ['inTurn' => SORT_DESC, 'actualSold' => SORT_DESC], "*");
+ $level = 1;
+ $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;
}