淘宝退款优化

This commit is contained in:
wanyongkang
2020-10-22 17:30:30 +08:00
parent 5fb9cd7206
commit e89b653a81

View File

@@ -656,6 +656,8 @@ namespace Home.Controllers
info = await m_TaoBaoRefundService.ReceivedRefundMsg(this.Request, refunds);
} else {
his_order.status = 0;
his_order.RefundFee = refundInfos.RefundFee;
his_order.Modified = refundInfos.Modified;
await m_TaoBaoRefundService.Update(his_order);
}