From ab8b25e60a647c6d55bb9144e131af43851ed0e1 Mon Sep 17 00:00:00 2001 From: gazebo Date: Wed, 28 Aug 2019 18:42:23 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=8E=BB=E6=8E=89=E7=A7=92=E6=9D=80?= =?UTF-8?q?=EF=BC=8C=E7=9B=B4=E9=99=8D=E6=8A=98=E6=89=A3=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/act/act.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/jxstore/act/act.go b/business/jxstore/act/act.go index 15b470cbf..bb9cd29f8 100644 --- a/business/jxstore/act/act.go +++ b/business/jxstore/act/act.go @@ -20,8 +20,8 @@ import ( const ( DefActSkuStock = 200 // 缺省活动库存 - maxDiscount4SkuSecKill = 80 - minDiscount4SkuDirectDown = 40 + maxDiscount4SkuSecKill = 100 + minDiscount4SkuDirectDown = 0 ) type ActOrderRuleParam struct {