cqp há 1 mês atrás
pai
commit
2af0513c78
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Service/ExportFileService.php

+ 1 - 1
app/Service/ExportFileService.php

@@ -973,7 +973,7 @@ class ExportFileService extends Service
                 'from'      => $row['from'] ?? '自有技术',      // 起止时间
                 'budget'          => $budget,  // 研发预算
                 'actual_spending' => $actual, // 实际支出
-                'tech_area'       => $row['tech_field'] ?? '',      // 技术领域 (对应数据库字段)
+                'tech_area'       => $row['field'] ?? '',      // 技术领域
                 'remark'          => $row['mark'] ?? '',          // 备注
             ];
         }