From 67c1a1dbe56b57217b0a70b3abf18abfbe837ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 30 Jul 2020 08:58:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=97=A8=E5=BA=97=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/tempop/tempop.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index a4d6dec36..dee857244 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1598,6 +1598,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { ActStoreSku: model.ActStoreSku{ StoreID: storeID, SkuID: actStoreSku.SkuID, + ActID: v.ID, }, } actStoreSkuParam = append(actStoreSkuParam, aa)