From 51289e4340ae77ad25b40c00da3d1889d3f6cb0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 17 Oct 2022 09:55:37 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/store_sku.go | 1 + business/model/order_financial.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 35edca9bf..9ce9554e4 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -2687,6 +2687,7 @@ func CopyStoreSkus(ctx *jxcontext.Context, fromStoreID int, toStoreIDs []int, co t1.jd_sync_status = t1.jd_sync_status | ?, t1.mtwm_sync_status = t1.mtwm_sync_status | ?, t1.ebai_sync_status = t1.ebai_sync_status | ?, + t1.dd_sync_status = t1.dd_sync_status | ?, t1.stock = t0.stock WHERE t1.store_id = ? AND t1.deleted_at = ? AND t0.id IS NOT NULL ` diff --git a/business/model/order_financial.go b/business/model/order_financial.go index 855c10c2e..aef6bddf0 100644 --- a/business/model/order_financial.go +++ b/business/model/order_financial.go @@ -93,7 +93,7 @@ type AfsOrder struct { RefundType int8 `json:"refundType"` RefuseReason string `orm:"size(1024)" json:"refuseReason"` - AfsTotalShopMoney int64 `json:"afsTotalShopMoney"` //最新的退款后的平台结算 + AfsTotalShopMoney int64 `json:"afsTotalShopMoney"` // 最新的退款后的平台结算 SkuUserMoney int64 `json:"skuUserMoney"` // 用户支付菜品金额 FreightUserMoney int64 `json:"freightUserMoney"` // 用户支付运费金额 AfsFreightMoney int64 `json:"afsFreightMoney"` // 退货取件费