shish 1 год назад
Родитель
Сommit
2196c8a94e

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

@@ -40,7 +40,7 @@ class ConsoleController extends BaseController
         $overview = [
             ['name' => "花材数", "url" => '/admin/stat/stock', 'value' => $totalItemNum, 'type' => 1],
             ['name' => "花材值", "url" => '/admin/stat/stock', 'value' => $totalCost, 'type' => 1],
-            ['name' => "总账", "url" => '/admin/custom/showTotalBalance', 'value' => 0, 'type' => 1],
+            ['name' => "总账", "url" => '/admin/custom/showTotalBalance', 'value' => 0, 'type' => 1],
             ['name' => "花束", "url" => '/admin/stat/stock', 'value' => 10, 'type' => 1],
             ['name' => "总客户", "url" => '/admin/home/member', 'value' => $totalCustom, 'type' => 4],
             ['name' => "订单", "url" => '/admin/home/order', 'value' => $totalOrder, 'type' => 4],

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

@@ -560,7 +560,7 @@ class CustomController extends BaseController
         util::success($user);
     }
 
-    //总账和总余额汇总 ssh 20250620
+    //总账和总余额汇总 ssh 20250620
     public function actionShowTotalBalance()
     {
         $lookMoney = \bizGhs\shop\classes\ShopAdminClass::lookMoneyPower($this->shopAdmin, $this->shop);