mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[GH-ISSUE #1020] [Feature] 增加回调数据 “合并替换” 或 “完全替换” 选项 #699
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#699
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vicenteyu on GitHub (Nov 2, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1020
功能描述 / Description
请求动机 / Motivation
在使用过程中,凭据中的数据需求有固定的部分,也有动态的部分。无论全部写在凭据中,或者全部写在流程中,都不甚理想,最佳方式是在凭据中填写固定的部分,在流程中补充动态的部分,故希望增加选项以满足此需求。
“合并替换”:当有相同字段时,以流程中的数据替换凭据中的数据,合并后提交。
“完全替换”:完全丢弃凭据中的数据,仅以流程中的数据提交。
感谢!
其他 / Miscellaneous
No response
贡献 / Contribution