|
@@ -224,7 +224,7 @@ class ProductController extends BaseController
|
|
|
$itemInfoData = ProductClass::groupProductInfo($itemInfoData, $level);
|
|
$itemInfoData = ProductClass::groupProductInfo($itemInfoData, $level);
|
|
|
} elseif ($requestType == 'hasStockList') {
|
|
} elseif ($requestType == 'hasStockList') {
|
|
|
//有库存的花材列表
|
|
//有库存的花材列表
|
|
|
- $field = 'id,py,name,classId,itemId,price,stock';
|
|
|
|
|
|
|
+ $field = 'id,py,name,classId,itemId,price,skPrice,stock';
|
|
|
$itemInfoData = ProductClass::getAllByCondition($where, ['inTurn' => SORT_DESC, 'actualSold' => SORT_DESC], $field);
|
|
$itemInfoData = ProductClass::getAllByCondition($where, ['inTurn' => SORT_DESC, 'actualSold' => SORT_DESC], $field);
|
|
|
} elseif ($requestType == 'changePrice') {
|
|
} elseif ($requestType == 'changePrice') {
|
|
|
//修改价格列表
|
|
//修改价格列表
|