shish 1 год назад
Родитель
Сommit
9c19128913
1 измененных файлов с 1 добавлено и 1 удалено
  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
-    public function actionCancelRefund()
+    public function actionRefundMoney()
     {
         $id = Yii::$app->request->get('id', '');
         $info = ClearClass::getById($id, true);