Przeglądaj źródła

chore: auto bump version and changelog [skip ci]

iwt 2 miesięcy temu
rodzic
commit
eab2c0f4c3

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-748f1a99577c38ddfb11e048dc4ce3747f935989
+1807643cf2da5b9c9d20db2fbc0a7476fe3a0fb0

+ 2 - 2
cfc-web/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.381",
+  "version": "1.0.382",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.381",
+      "version": "1.0.382",
       "dependencies": {
         "@wangeditor/editor": "^5.1.23",
         "@wangeditor/editor-for-vue": "^1.0.2",

+ 1 - 1
cfc-web/package.json

@@ -1,6 +1,6 @@
 {
   "name": "cfc-web",
-  "version": "1.0.382",
+  "version": "1.0.383",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

+ 19 - 0
cfc-web/public/CHANGELOG-v1.0.md

@@ -4,6 +4,25 @@
 
 ---
 
+## v1.0.383 (2026-07-17)
+
+### 新功能
+- 将DAN报告上传重构到独立 dan_report_uploads 表
+
+### 其他
+- - DanAssessmentController 的 /report/parse-preview 和 /report/confirm 委托给 DanReportUploadService(Phase 4-5)
+- - dan_assessment_results.source_report_id 关联 dan_report_uploads.id
+- - dan_assessment_results.analysisStatus 新增字段(待规划师确认分析)
+- - 迁移95: 历史 dan_assessment_results 数据 ETL 回填到 dan_report_uploads
+- - 迁移93-94: dan_report_uploads 建表 + 扩展字段 source_report_id/analysisStatus
+- - schema.sql 同步新建表定义
+- - 合并远程并行迁移(dan_assessment_executions 等表)
+- 
+
+### Bug 修复
+- 迁移40 ALTER ENUM前先UPDATE非法role值,避免Data truncated错误
+
+
 ## v1.0.382 (2026-07-17)
 
 ### 新功能

+ 20 - 1
cfc-web/public/CHANGELOG.md

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.382
+> 当前版本: v1.0.383
 
 ## 历史版本
 
@@ -8,6 +8,25 @@
 
 ---
 
+## v1.0.383 (2026-07-17)
+
+### 新功能
+- 将DAN报告上传重构到独立 dan_report_uploads 表
+
+### 其他
+- - DanAssessmentController 的 /report/parse-preview 和 /report/confirm 委托给 DanReportUploadService(Phase 4-5)
+- - dan_assessment_results.source_report_id 关联 dan_report_uploads.id
+- - dan_assessment_results.analysisStatus 新增字段(待规划师确认分析)
+- - 迁移95: 历史 dan_assessment_results 数据 ETL 回填到 dan_report_uploads
+- - 迁移93-94: dan_report_uploads 建表 + 扩展字段 source_report_id/analysisStatus
+- - schema.sql 同步新建表定义
+- - 合并远程并行迁移(dan_assessment_executions 等表)
+- 
+
+### Bug 修复
+- 迁移40 ALTER ENUM前先UPDATE非法role值,避免Data truncated错误
+
+
 ## v1.0.382 (2026-07-17)
 
 ### 新功能