From 1157ac711b25dff82fd7176aa914b7e578259dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 18 Aug 2020 14:58:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=AC=E8=A5=BF=E6=8A=98=E6=89=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/act/act.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/business/jxstore/act/act.go b/business/jxstore/act/act.go index 60953ce77..79718e34e 100644 --- a/business/jxstore/act/act.go +++ b/business/jxstore/act/act.go @@ -1529,6 +1529,9 @@ func ChangeJxPriceByDiscountAct(ctx *jxcontext.Context) { } for _, actStoreSku2 := range actStoreSkus { actStoreSku := &model.ActStoreSku{ + ModelIDCULD: model.ModelIDCULD{ + ID: actStoreSku2.ID, + }, ActID: actStoreSku2.ActID, OriginalPrice: actStoreSku2.OriginalPrice, StoreID: actStoreSku2.StoreID,