shish il y a 3 ans
Parent
commit
0834bee262
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app-hd/controllers/CgRefundController.php

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

@@ -67,7 +67,7 @@ class CgRefundController extends BaseController
             util::fail("订单已取消,不能申请售后");
         }
         if (isset($cg->clearId) && !empty($cg->clearId)) {
-            util::fail('订单已结,不能再申请售后');
+            util::fail('订单已结,不能再申请售后');
         }
         $connection = Yii::$app->db;
         $transaction = $connection->beginTransaction();