This commit is contained in:
邹宗楠
2022-10-17 09:55:37 +08:00
parent 520c086760
commit 51289e4340
2 changed files with 2 additions and 1 deletions

View File

@@ -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
`

View File

@@ -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"` // 退货取件费