Procházet zdrojové kódy

chore: auto bump version and changelog [skip ci]

iwt před 1 měsícem
rodič
revize
bf23a690e6

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-81d540517170627b0e59329904d18a34fe579289
+9ab6fb85d05ee0c4fd5a95427c185944c316437e

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

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.1057",
+  "version": "1.0.1058",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.1057",
+      "version": "1.0.1058",
       "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.1058",
+  "version": "1.0.1059",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

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

@@ -4,6 +4,34 @@
 
 ---
 
+## v1.0.1059 (2026-08-15)
+
+### Bug 修复
+- 统一 memberId 回退链 currentChildId → currentMemberId → userId
+- 菌群知识库文章接口 + 分页拉取 + LangGraph timeout 修复
+
+### 其他
+- - health-main, growth-main, survey-history, survey-questionnaire
+- - diet/index, diet/preferences, diet/records, diet/record-detail
+- - api.js getDietPreferences 支持传 data 参数
+- 回退链统一: currentChildId → currentMemberId → userId
+- 
+- - 修复性别取值非法(空串/微信码 0/1/2 处理)
+- - 修复 SurveyController submit NPE(templateId 判空)
+- - 修复 FoodRecommendController userId/foodId 空串 NPE
+- - 修复 AdminArticleController toggleFeatured NPE
+- - 修复 AdminNoticeController LambdaQuery 参数类型
+- - 修复 AdminPurchaseFieldController Map→实体 ClassCastException
+- - 修复 DietMealConfigController @RequestParam→@RequestBody
+- - 修复 FamilyInviteController scene 改为 JSON 格式
+- - 修复 HealthExercise/SleepController memberId 空串 NPE
+- - 修复 hasRole roles null 保护
+- - LangGraph: java_client timeout 10s→120s, get_microbiome_articles 分页
+- - LangGraph: microbiome_loader.py fetch_articles 分页+timeout 120s
+- - 导入 809 篇菌群知识库文章到 microbiome_article 表
+- 
+
+
 ## v1.0.1058 (2026-08-15)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.1058
+> 当前版本: v1.0.1059
 
 ## 历史版本
 
@@ -8,6 +8,34 @@
 
 ---
 
+## v1.0.1059 (2026-08-15)
+
+### Bug 修复
+- 统一 memberId 回退链 currentChildId → currentMemberId → userId
+- 菌群知识库文章接口 + 分页拉取 + LangGraph timeout 修复
+
+### 其他
+- - health-main, growth-main, survey-history, survey-questionnaire
+- - diet/index, diet/preferences, diet/records, diet/record-detail
+- - api.js getDietPreferences 支持传 data 参数
+- 回退链统一: currentChildId → currentMemberId → userId
+- 
+- - 修复性别取值非法(空串/微信码 0/1/2 处理)
+- - 修复 SurveyController submit NPE(templateId 判空)
+- - 修复 FoodRecommendController userId/foodId 空串 NPE
+- - 修复 AdminArticleController toggleFeatured NPE
+- - 修复 AdminNoticeController LambdaQuery 参数类型
+- - 修复 AdminPurchaseFieldController Map→实体 ClassCastException
+- - 修复 DietMealConfigController @RequestParam→@RequestBody
+- - 修复 FamilyInviteController scene 改为 JSON 格式
+- - 修复 HealthExercise/SleepController memberId 空串 NPE
+- - 修复 hasRole roles null 保护
+- - LangGraph: java_client timeout 10s→120s, get_microbiome_articles 分页
+- - LangGraph: microbiome_loader.py fetch_articles 分页+timeout 120s
+- - 导入 809 篇菌群知识库文章到 microbiome_article 表
+- 
+
+
 ## v1.0.1058 (2026-08-15)
 
 ### Bug 修复