Browse Source

取消结账退款

shish 1 year ago
parent
commit
9c19128913
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/ClearController.php

+ 1 - 1
app-ghs/controllers/ClearController.php

@@ -17,7 +17,7 @@ class ClearController extends BaseController
 {
 {
 
 
     //结账单取消了,钱给原路退回 ssh 20250501
     //结账单取消了,钱给原路退回 ssh 20250501
-    public function actionCancelRefund()
+    public function actionRefundMoney()
     {
     {
         $id = Yii::$app->request->get('id', '');
         $id = Yii::$app->request->get('id', '');
         $info = ClearClass::getById($id, true);
         $info = ClearClass::getById($id, true);