gogs 2 месяцев назад
Родитель
Сommit
d037a94385
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Service/StatisticService.php

+ 1 - 1
app/Service/StatisticService.php

@@ -420,7 +420,7 @@ class StatisticService extends Service
             $item_value = [
                 "code" => $v['code'],
                 "title" => $v['title'],
-                "state" => $v['state'] == 0 ? "进行中" : "完结",
+                "state" => $v['state'] == 3 ? "完结" : "进行中",
                 "employee_salary" => $item_employee_list[$v['id']]['salary']??0,
                 "device_depreciation" => $item_device_list[$v['id']]['depreciation']??0,
                 "expense_type" => "费用化支出",