Browse Source

销售报表

cqp 2 tháng trước cách đây
mục cha
commit
03e6264a33
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 ,'报表查看类型错误'];
         }