Browse Source

docs(kb/24): card_group_order_info status 字段补全 16 个订单状态码

100待支付/101已支付/102已开奖/103待发货/104已发货/105运货中/
106待收货/201超时取消/202用户取消/203支付失败/204退款中/205退款完成/
206退款失败/301订单完成/302订单结束(未中卡)/303订单关闭。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
tianyu.chu 1 week ago
parent
commit
3ba261aa1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kb/24-raw建模.md

+ 1 - 1
kb/24-raw建模.md

@@ -29,7 +29,7 @@
 | 12 | `payment_time` | 支付时间 | timestamp(6) without time zone |  |  |
 | 13 | `coupon` | 优惠券 | integer |  |  |
 | 14 | `discount` | 折扣 | numeric(12,2) |  |  |
-| 15 | `status` | 订单状态 | integer |  |  |
+| 15 | `status` | 订单状态:100=待支付,101=已支付,102=已开奖,103=待发货,104=已发货,105=运货中,106=待收货,201=订单超时取消,202=用户取消,203=支付失败,204=退款中,205=退款完成,206=退款失败,301=订单完成,302=订单结束(未中卡),303=订单关闭 | integer |  |  |
 | 16 | `remark` | 备注 | text |  |  |
 | 17 | `create_time` | 创建时间 | timestamp(6) without time zone |  |  |
 | 18 | `create_by` | 创建人 | character varying(125) |  |  |