This commit is contained in:
gazebo
2019-11-28 14:08:18 +08:00
parent 57cc23f36b
commit 2c21ea4385

View File

@@ -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
}