Bladeren bron

成本计算

unknown 1 maand geleden
bovenliggende
commit
e66f79053a
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      application/service/UnifiedCostCalculationService.php

+ 1 - 1
application/service/UnifiedCostCalculationService.php

@@ -95,7 +95,7 @@ class UnifiedCostCalculationService
     {
         Db::startTrans();
         try {
-            Log::info("开始成本计算", ['param' => $param, 'timestamp' => date('Y-m-d H:i:s')]);
+   
 
             if (!isset($param['month'])) {
                 throw new Exception("缺少必要参数: month");