From cdef0b216d3fb8187ae054fac96c8d2287863129 Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 24 Oct 2019 09:40:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=92=E6=9D=80=E6=B4=BB=E5=8A=A8=E9=99=90?= =?UTF-8?q?=E5=88=B6=E5=9C=A88=E6=8A=98=E4=BB=A5=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/act/act.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/act/act.go b/business/jxstore/act/act.go index 8fb0b81c9..42ef9ac13 100644 --- a/business/jxstore/act/act.go +++ b/business/jxstore/act/act.go @@ -21,7 +21,7 @@ import ( const ( DefActSkuStock = 200 // 缺省活动库存 - maxDiscount4SkuSecKill = 99 + maxDiscount4SkuSecKill = 80 minDiscount4SkuDirectDown = 0 )