Authored by LUOXC

update

... ... @@ -98,7 +98,7 @@
| exchanges | amq.topic |
| route key | erp.createChangeOrder |
成功
> 成功
```json
{
... ... @@ -117,7 +117,7 @@
}
```
失败
> 客服驳回
```json
{
... ... @@ -214,7 +214,7 @@
| route key | erp.createRefundOrder |
成功
> 成功
```json
{
... ... @@ -231,7 +231,7 @@
}
```
失败
> 客服驳回
```json
{
... ... @@ -279,53 +279,4 @@
"type":"refund" //"change" 表示换货类型,"refund"表示退货类型
}
```
## 取消订单
### 影响数据库
| 操作方式 | 表名 | 主要字段 | 描述 |
| :-- | :-- | :-- | :-- |
| U | yh_orders.orders | is_cancel = 'Y', cancel_type = 2 | 订单状态 |
| U | yhb_promotion.coupons_logs | status = 0, is_cancel = 'Y',use_time = 0, order_code =0 | 返优惠券 |
| I | yhb_promotion.user_coupon_logs_sync | | 返优惠券 |
| U | yhb_promotion.user_promotion_code_history | is_use = 0 | 返限购码 |
| U | yhb_promotion.limit_code_use_record | status = 1, update_time | 返限购码 |
| I | yoho_passport.yoho_redenvelopes | type = 3 | 返红包 |
| I | yoho_passport.yoho_coin_cost | | 返YOHO币 |
| I | yoho_passport.yoho_coin_history | | 返YOHO币 |
## 订单状态同步
### 影响数据库
| 操作方式 | 表名 | 主要字段 | 描述 |
| :-- | :-- | :-- | :-- |
| U | yh_orders.orders | status | 订单状态 |
## 前台创建换货单
### 影响数据库
| 操作方式 | 表名 | 主要字段 | 描述 |
| :-- | :-- | :-- | :-- |
| I | yh_orders.refund_goods | | 退换货列表 |
| I | yh_orders.refund_goods_list | | 退换货列表 |
| I | yh_orders.change_goods | | 换货单 |
| I | yh_orders.change_goods_list | | 换货单商品 |
| U | | | 库存表 |
## 前台更新换货快递信息
### 影响数据库
| 操作方式 | 表名 | 主要字段 | 描述 |
| :-- | :-- | :-- | :-- |
| I/U | yh_orders.express_orders | | 快递信息表 |
| U | yh_orders.refund_goods | | 退换货列表 |
```
\ No newline at end of file
... ...