1
This commit is contained in:
@@ -2687,6 +2687,7 @@ func CopyStoreSkus(ctx *jxcontext.Context, fromStoreID int, toStoreIDs []int, co
|
|||||||
t1.jd_sync_status = t1.jd_sync_status | ?,
|
t1.jd_sync_status = t1.jd_sync_status | ?,
|
||||||
t1.mtwm_sync_status = t1.mtwm_sync_status | ?,
|
t1.mtwm_sync_status = t1.mtwm_sync_status | ?,
|
||||||
t1.ebai_sync_status = t1.ebai_sync_status | ?,
|
t1.ebai_sync_status = t1.ebai_sync_status | ?,
|
||||||
|
t1.dd_sync_status = t1.dd_sync_status | ?,
|
||||||
t1.stock = t0.stock
|
t1.stock = t0.stock
|
||||||
WHERE t1.store_id = ? AND t1.deleted_at = ? AND t0.id IS NOT NULL
|
WHERE t1.store_id = ? AND t1.deleted_at = ? AND t0.id IS NOT NULL
|
||||||
`
|
`
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ type AfsOrder struct {
|
|||||||
RefundType int8 `json:"refundType"`
|
RefundType int8 `json:"refundType"`
|
||||||
RefuseReason string `orm:"size(1024)" json:"refuseReason"`
|
RefuseReason string `orm:"size(1024)" json:"refuseReason"`
|
||||||
|
|
||||||
AfsTotalShopMoney int64 `json:"afsTotalShopMoney"` //最新的退款后的平台结算
|
AfsTotalShopMoney int64 `json:"afsTotalShopMoney"` // 最新的退款后的平台结算
|
||||||
SkuUserMoney int64 `json:"skuUserMoney"` // 用户支付菜品金额
|
SkuUserMoney int64 `json:"skuUserMoney"` // 用户支付菜品金额
|
||||||
FreightUserMoney int64 `json:"freightUserMoney"` // 用户支付运费金额
|
FreightUserMoney int64 `json:"freightUserMoney"` // 用户支付运费金额
|
||||||
AfsFreightMoney int64 `json:"afsFreightMoney"` // 退货取件费
|
AfsFreightMoney int64 `json:"afsFreightMoney"` // 退货取件费
|
||||||
|
|||||||
Reference in New Issue
Block a user