|
|
@@ -256,7 +256,7 @@ class PurchaseController extends BaseController
|
|
|
}
|
|
|
$currentName = $currentInfo['name'] ?? '';
|
|
|
if (isset($currentInfo['frontHide']) && $currentInfo['frontHide'] == 1) {
|
|
|
- util::fail($currentName . '没有库存请删除');
|
|
|
+ util::fail($currentName . '没有库存,请删除');
|
|
|
}
|
|
|
$presell = $currentInfo['presell'] ?? 0;
|
|
|
$presellData[] = $presell;
|