shish há 3 anos atrás
pai
commit
ef62850507
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app-ghs/controllers/ProductController.php

+ 1 - 1
app-ghs/controllers/ProductController.php

@@ -229,7 +229,7 @@ class ProductController extends BaseController
                 $itemInfoData = ProductClass::groupProductInfo($itemInfoData, $level);
             } elseif ($requestType == 'itemList') {
                 //花材列表
-                $field = 'id,py,cover,name,ratio,cost,addPrice,classId,skMore,skPrice,itemId,smallUnit,smallRatio,bigUnit,smallUnit,ratioType,variety,price,stock,stockWarning,discountPrice,presell,presellDate';
+                $field = 'id,py,cover,name,cost,classId,skPrice,variety,price,stock,presell';
                 $itemInfoData = ProductClass::getAllByCondition($where, ['inTurn' => SORT_DESC, 'actualSold' => SORT_DESC], $field);
                 $itemInfoData = ProductClass::groupProductInfo($itemInfoData, $level);
             } elseif ($requestType == 'warning') {