From 2c21ea438579efc6769392cb503cafb914c4fe7c Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 28 Nov 2019 14:08:18 +0800 Subject: [PATCH] up --- 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 542a4c190..89dfe7fe3 100644 --- a/business/jxstore/act/act.go +++ b/business/jxstore/act/act.go @@ -956,6 +956,7 @@ func ForceUpdateVendorPrice(ctx *jxcontext.Context, vendorID int, actType int, s if vendorPrice != 0 { if err2 := checkDiscountValidation(actType, float64(v.ActPrice)*100/float64(v.VendorPrice)); err2 != nil { v.ErrMsg = err2.Error() + v.ActualActPrice = v.ActPrice wrongSkuList = append(wrongSkuList, v) storeSkuBind = nil }