cqp před 2 měsíci
rodič
revize
03e6264a33
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/Service/StatisticsService.php

+ 1 - 1
app/Service/StatisticsService.php

@@ -3300,7 +3300,7 @@ class StatisticsService extends Service
         }elseif ($type == 4){
             $result = $this->saleReportStepOfThirdTypeFour($return, $data, $user);
         }elseif ($type == 5){
-            $result = $this->saleReportStepOfThirdTypeFive($return,$data);
+            $result = $this->saleReportStepOfThreeTypeFive($return,$data);
         }else{
             return [false ,'报表查看类型错误'];
         }