@@ -192,7 +192,7 @@ class ProductController extends BaseController
$itemInfoData = ProductClass::getAllByCondition($where, ['inTurn' => SORT_DESC, 'actualSold' => SORT_DESC], $field);
$itemInfoData = ProductClass::itemListGroup($itemInfoData, $level);
} elseif ($requestType == 'check') {
- //采购花材
+ //盘点花材列表
$field = 'id,py,cover,name,itemId,classId,variety,price,stock,presell,ratioType,smallUnit,bigUnit,ratio';
$itemInfoData = ProductClass::checkItemGroup($itemInfoData, $level);