Browse Source

改一下bug

gogs 2 tháng trước cách đây
mục cha
commit
b151366fdc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Service/StatisticService.php

+ 1 - 1
app/Service/StatisticService.php

@@ -1286,7 +1286,7 @@ class StatisticService extends Service
             $return_item_list[$key]['depreciation'] += $v['depreciation'];
         }
 
-        return $item_year_list;
+        return $return_item_list;
     }
 
     public function itemEmployeeSalaryStatistic($data, $user)