From 4751a14f0f904102e97fcf720cbea01b3fe5939f Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 13 Jan 2020 17:53:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=B4=BB=E5=8A=A8=E6=97=B6?= =?UTF-8?q?=E5=9C=A8act=5Fstore=5Fsku=5Fmap=E8=A1=A8=E4=B8=AD=E8=AE=B0?= =?UTF-8?q?=E5=BD=95EarningPrice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/act/act.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/act/act.go b/business/jxstore/act/act.go index 49e3cf5b7..f006081ad 100644 --- a/business/jxstore/act/act.go +++ b/business/jxstore/act/act.go @@ -257,6 +257,7 @@ func ActStoreSkuParam2Model(ctx *jxcontext.Context, db *dao.DaoDB, act *model.Ac } } if err2 == nil { + actSkuMap.EarningPrice = v.EarningPrice dao.WrapAddIDCULDEntity(actSkuMap, ctx.GetUserName()) actStoreSkuMapList = append(actStoreSkuMapList, actSkuMap) }