shish 2 سال پیش
والد
کامیت
eb889630d7
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      app-ghs/controllers/CustomController.php

+ 2 - 2
app-ghs/controllers/CustomController.php

@@ -24,8 +24,8 @@ use Yii;
 class CustomController extends BaseController
 {
 
-    //供货商给客户充值 ssh 20240309
-    public function actionRecharge()
+    //供货商给客户充值并结账 ssh 20240309
+    public function actionRechargeClear()
     {
         $staff = $this->shopAdmin;
         if (isset($staff->finance) == false || $staff->finance == 0) {