vault backup: 2026-05-25 21:57:33

This commit is contained in:
Willie
2026-05-25 21:57:33 +08:00
parent 8418498a31
commit 39c15cf443
2 changed files with 15 additions and 15 deletions

View File

@@ -13,12 +13,12 @@
"state": {
"type": "markdown",
"state": {
"file": "prop-acc/index.md",
"file": "prop-acc/concepts/adhoc/collection-order-and-receipt.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "index"
"title": "collection-order-and-receipt"
}
}
]
@@ -94,7 +94,7 @@
"state": {
"type": "backlink",
"state": {
"file": "prop-acc/index.md",
"file": "prop-acc/concepts/adhoc/collection-order-and-receipt.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -104,7 +104,7 @@
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Backlinks for index"
"title": "Backlinks for collection-order-and-receipt"
}
},
{
@@ -113,12 +113,12 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "prop-acc/index.md",
"file": "prop-acc/concepts/adhoc/collection-order-and-receipt.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links from index"
"title": "Outgoing links from collection-order-and-receipt"
}
},
{
@@ -156,13 +156,13 @@
"state": {
"type": "outline",
"state": {
"file": "prop-acc/index.md",
"file": "prop-acc/concepts/adhoc/collection-order-and-receipt.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Outline of index"
"title": "Outline of collection-order-and-receipt"
}
},
{
@@ -196,9 +196,9 @@
},
"active": "b06ed69835363258",
"lastOpenFiles": [
"prop-acc/scenarios/adhoc/cancel-resident-withdrawal.md",
"prop-acc/maps/adhoc-knowledge-map.md",
"prop-acc/index.md",
"prop-acc/scenarios/adhoc/cancel-resident-withdrawal.md",
"prop-acc/scenarios/adhoc/flow-a-counter-buy-ic-card.md",
"概念-CollectionOrder与Receipt.md",
"概念-A流与B流.md",

View File

@@ -80,7 +80,7 @@ graph LR
## 什么时候生成?
| 操作 | AdHocEvent | CollectionOrder | Receipt |
|---|---|---|---|
| ------------------ | ------------ | --------------- | --------- |
| **A 流前台买卡**(即收即付) | 立刻建 | 立刻建(Completed) | 立刻自动生成 |
| **B 流小程序下单**(尚未付款) | 立刻建(Pending) | 立刻建(Pending) | ❌ 还没生成 |
| **B 流支付回调到达** | 翻为 Completed | 翻为 Completed | 此刻自动生成 |