Эх сурвалжийг харах

chore: auto bump version and changelog [skip ci]

iwt 2 сар өмнө
parent
commit
46c7d7a0dd

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-cc13fc1af21eda4ecf0281eefafcbb736cacf9af
+b3738c7a7f74e0fab4ec9ece573bc7c7e6646fc9

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

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

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

@@ -4,6 +4,20 @@
 
 ---
 
+## v1.0.353 (2026-07-16)
+
+### 新功能
+- 活动工作流缺失端点 + 电商供应商管理CRUD; feat(schema): 同步ecom_supplier表
+
+### Bug 修复
+- SupplyHierarchy change-requests systemId 改为可选 + ((Number)→Long.valueOf) 解析修复
+
+### 其他
+- - Service.getChangeRequests: 仅在 systemId != null 时加入 where 条件
+- - 全 Controller 20 处 ((Number) ...).longValue() → Long.valueOf(... .toString()) 防 String/Integer 类型解析异常
+- 
+
+
 ## v1.0.352 (2026-07-16)
 
 ### 测试

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.352
+> 当前版本: v1.0.353
 
 ## 历史版本
 
@@ -8,6 +8,20 @@
 
 ---
 
+## v1.0.353 (2026-07-16)
+
+### 新功能
+- 活动工作流缺失端点 + 电商供应商管理CRUD; feat(schema): 同步ecom_supplier表
+
+### Bug 修复
+- SupplyHierarchy change-requests systemId 改为可选 + ((Number)→Long.valueOf) 解析修复
+
+### 其他
+- - Service.getChangeRequests: 仅在 systemId != null 时加入 where 条件
+- - 全 Controller 20 处 ((Number) ...).longValue() → Long.valueOf(... .toString()) 防 String/Integer 类型解析异常
+- 
+
+
 ## v1.0.352 (2026-07-16)
 
 ### 测试