|
|
@@ -90,7 +90,7 @@ class ProductController extends BaseController
|
|
|
}
|
|
|
$arr = StockInDayClass::getAllByCondition(['mainId' => $mainId], null, '*');
|
|
|
if (empty($arr)) {
|
|
|
- util::fail('入库花材已盘点过了');
|
|
|
+ util::fail('没有花材需要盘点');
|
|
|
}
|
|
|
$ids = array_column($arr, 'itemId');
|
|
|
$ids = array_unique($ids);
|