shish 3 年 前
コミット
ef3394246d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app-hd/controllers/PurchaseClearController.php

+ 1 - 1
app-hd/controllers/PurchaseClearController.php

@@ -26,7 +26,7 @@ class PurchaseClearController extends BaseController
         $cacheKey = 'hd_clear_order_pay_' . $ghsId . '_' . $staffId;
         $cacheKey = 'hd_clear_order_pay_' . $ghsId . '_' . $staffId;
         $has = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
         $has = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
         if (!empty($has)) {
         if (!empty($has)) {
-            util::fail('请5秒之后再提交');
+            util::fail('请稍等5秒再操作');
         }
         }
         Yii::$app->redis->executeCommand('SETEX', [$cacheKey, 5, 'has']);
         Yii::$app->redis->executeCommand('SETEX', [$cacheKey, 5, 'has']);