shish пре 3 година
родитељ
комит
87f13dc452
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app-ghs/controllers/ProductController.php

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

@@ -228,7 +228,7 @@ class ProductController extends BaseController
                 $itemInfoData = ProductClass::getAllByCondition($where, ['inTurn' => SORT_DESC, 'actualSold' => SORT_DESC], $field);
             } elseif ($requestType == 'changePrice') {
                 //修改价格列表
-                $field = 'id,py,cover,name,cost,itemId,classId,skPrice,variety,price,stock,presell';
+                $field = 'id,py,cover,name,cost,itemId,classId,addPrice,skPrice,variety,price,stock,presell';
                 $itemInfoData = ProductClass::getAllByCondition($where, ['inTurn' => SORT_DESC, 'actualSold' => SORT_DESC], $field);
                 $itemInfoData = ProductClass::groupProductInfo($itemInfoData, $level);
             } elseif ($requestType == 'itemList') {