Ver código fonte

chore: auto bump version and changelog [skip ci]

iwt 1 mês atrás
pai
commit
fd3e44af45

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-b9031a476608f8a335e10c2241f6e5207e46c8bf
+21b90fec545f9f83fd160155fd37afc95b473c5c

+ 1 - 1
cfc-web/package.json

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

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

@@ -4,6 +4,21 @@
 
 ---
 
+## v1.0.963 (2026-08-10)
+
+### 新功能
+- 数据库迁移214-219创建营养产品6张表
+
+### Bug 修复
+- diet/record/daily, survey/status, survey/history memberId 为空时优雅降级
+
+### 其他
+- - DietRecordService: getDailySummary/getWeeklyTrend 增加 userId 参数 + resolveMemberId 反查当前用户自己的 family_members 记录
+- - SurveyController: 移除 status/history/submit 的缺少成员ID 报错
+- - SurveyServiceImpl: resolveMemberId 兜底,submit 时仍无法确定则抛业务异常返回 400
+- 
+
+
 ## v1.0.962 (2026-08-10)
 
 ### 文档

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.962
+> 当前版本: v1.0.963
 
 ## 历史版本
 
@@ -8,6 +8,21 @@
 
 ---
 
+## v1.0.963 (2026-08-10)
+
+### 新功能
+- 数据库迁移214-219创建营养产品6张表
+
+### Bug 修复
+- diet/record/daily, survey/status, survey/history memberId 为空时优雅降级
+
+### 其他
+- - DietRecordService: getDailySummary/getWeeklyTrend 增加 userId 参数 + resolveMemberId 反查当前用户自己的 family_members 记录
+- - SurveyController: 移除 status/history/submit 的缺少成员ID 报错
+- - SurveyServiceImpl: resolveMemberId 兜底,submit 时仍无法确定则抛业务异常返回 400
+- 
+
+
 ## v1.0.962 (2026-08-10)
 
 ### 文档