@@ -621,7 +621,7 @@ class ProductController extends BaseController
$cacheKey = 'batch_change_price_' . $targetId;
$has = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
if (!empty($has)) {
- util::fail('请稍等5秒操作');
+ util::fail('请5秒后操作');
}
Yii::$app->redis->executeCommand('SETEX', [$cacheKey, 5, 'has']);
@@ -336,7 +336,7 @@ class PurchaseOrderController extends BaseController
$cacheKey = 'confirm_put_in_action_' . $id;