shish 6 tháng trước cách đây
mục cha
commit
9e333ec6dc

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

@@ -51,7 +51,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/shop/debtChange', 'value' => $totalDebt, 'type' => 1],
+            ['name' => "总账", "url" => '/admin/shop/debtChange', 'value' => $totalDebt, 'type' => 1],
             ['name' => "总客户", "url" => '/admin/home/member', 'value' => $totalCustom, 'type' => 4],
             ['name' => "总访客", "url" => '/admin/home/member', 'value' => $totalVisit, 'type' => 4],
             ['name' => "总订单", "url" => '/admin/home/order', 'value' => $totalOrder, 'type' => 4],

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

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

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

@@ -47,7 +47,7 @@ class ConsoleController extends BaseController
 			['name' => "花束", "url" => '/admin/goods/list', 'value' => $goodsCount, 'type' => 1],
 			['name' => "总客户", "url" => '/admin/home/member', 'value' => $customCount, 'type' => 1],
 			['name' => "总订单", "url" => '/admin/home/order', 'value' => $orderCount, 'type' => 4],
-			['name' => "总账", "url" => '/admin/home/order', 'value' => $debtCount, 'type' => 4],
+			['name' => "总账", "url" => '/admin/home/order', 'value' => $debtCount, 'type' => 4],
 		];
 		util::success(['overview' => $overview]);
     }

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

@@ -659,7 +659,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);