From 20255492d01a1e042f47b3109e3a774d351631fd Mon Sep 17 00:00:00 2001 From: Mimingguang Date: Sat, 8 Aug 2026 09:42:52 +0800 Subject: [PATCH] =?UTF-8?q?chore(v2):=20=E6=A0=87=E8=AE=B0=20#5655=20admin?= =?UTF-8?q?=20=E5=89=8D=E7=AB=AF=E5=B7=B2=E5=AE=9E=E7=8E=B0=20(hl-admin@ee?= =?UTF-8?q?7a5d58)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 族B→族A 切换已上线:直连 guide-fees/photographer-fees + 类别级指纹乐观锁 + 并入 CategoryTable + 人员下拉仅预填姓名 + 不接 confirm + 候选最小实现。 如实标注待确认项:人员指纹冲突错误码按车辆域 584108 复用,待后端确认。 --- ...55_核单导游摄影族B接口下线-删除接口-管理后台.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/changelogs-v2/2026-08/07_5655_核单导游摄影族B接口下线-删除接口-管理后台.md b/changelogs-v2/2026-08/07_5655_核单导游摄影族B接口下线-删除接口-管理后台.md index 882f351..73497d1 100644 --- a/changelogs-v2/2026-08/07_5655_核单导游摄影族B接口下线-删除接口-管理后台.md +++ b/changelogs-v2/2026-08/07_5655_核单导游摄影族B接口下线-删除接口-管理后台.md @@ -7,13 +7,13 @@ consumer: "admin" change_type: "删除接口" backend_status: "deployed" gateway_status: "not_required" -frontend_status: "pending" -frontend_owner: "" -frontend_ref: "" +frontend_status: "implemented" +frontend_owner: "mmg" +frontend_ref: "ee7a5d58" target_release: "" verified_at: "2026-08-07" status_note: "后端已删除族B guides/photographers 嵌套 GET/PUT 共4个路由并部署测试服;已行为级验证族B 4端点返回404、族A guide-fees/photographer-fees 正常返回。等待前端将导游/摄影页签从族B路径切换到族A扁平接口,frontend_status=pending 表示等待前端真实领取。" -updated_at: "2026-08-07" +updated_at: "2026-08-08" base: "dev-v3" --- @@ -424,3 +424,9 @@ PUT `/settlement/staff-fees/guides`、GET/PUT `/settlement/staff-fees/photograph - PR #5658 已合并至 `dev-v3`,合并提交 `7d29484da77e20a706ec611893545c419f6821b2`。 - 测试服已部署并行为级验证:族B 4 端点(GET/PUT staff-fees/guides、GET/PUT staff-fees/photographers)均返回 HTTP 404;族A guide-fees / photographer-fees 正常返回业务数据。 + +## 前端交付(2026-08-08 mmg,hl-admin@ee7a5d58) + +族B→族A 切换已上线 v2.1。导游/摄影师页签查询/保存直连族A `guide-fees`/`photographer-fees`,废弃按人嵌套 StaffFeeTable、并入通用 CategoryTable(与住宿/餐食/车辆页签同形态);PUT 携带 `expectedSourceFingerprint` 类别级指纹乐观锁(照车辆 version 模式 GET attach / 保存后 re-GET 写回 / 冲突刷新)。导游 `name`/`serviceType` 与摄影 `photographerName`/`feeType` 分别映射未复用;人员下拉保留仅预填姓名(族A 无 staffId 落点);未接 confirm 端点(确认语义行级随 PUT);候选最小实现 excludedCandidateKeys 恒 []。 + +**待后端确认**:人员费用指纹冲突的错误码 changelog 未给出,前端按车辆域既有 `584108` 复用做冲突刷新分支;若人员域实际返回别的码,请告之以对齐(不阻塞,缺省时错误照常透传提示,仅无自动刷新)。