diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 01efc70bc..8748e04fc 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -1126,7 +1126,6 @@ func updateStoresSkusWithoutSync(ctx *jxcontext.Context, db *dao.DaoDB, storeIDs afterData := utils.MustMarshal(updateFieldMap) mapresult := refutil.FindMapAndStructMixed(updateFieldMap, skuBind) beforeData := utils.MustMarshal(mapresult) - fmt AddEventDetail(model.OperateUpdate, v.RealSkuID, model.ThingTypeSku, storeID, ctx.GetTrackInfo(), string(beforeData), string(afterData)) } if len(updateFieldMap) > 0 {