|
|
@@ -331,7 +331,7 @@ class PurchaseController extends BaseController
|
|
|
if (isset($currentInfo['mainId']) && in_array($currentInfo['mainId'], [14116, 644])) {
|
|
|
//无操作
|
|
|
} else {
|
|
|
- util::fail($currentName . '没有库存,请删除');
|
|
|
+ util::fail($currentName . ' 没有库存,请删除');
|
|
|
}
|
|
|
}
|
|
|
$presell = $currentInfo['presell'] ?? 0;
|