From 1ea84798f3585c486fb9337f6f1f35e7f698c195 Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 27 Dec 2019 18:02:05 +0800 Subject: [PATCH] up --- business/partner/purchase/mtwm/act.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/business/partner/purchase/mtwm/act.go b/business/partner/purchase/mtwm/act.go index dac4b5c2c..4571a5b4b 100644 --- a/business/partner/purchase/mtwm/act.go +++ b/business/partner/purchase/mtwm/act.go @@ -18,8 +18,9 @@ func jxActType2Mtwm(actType int) int { actType = mtwmapi.RetailActTypeDirectDown } else if actType == model.ActSkuSecKill { actType = mtwmapi.RetailActTypeSecKill + } else { + actType = 0 } - actType = 0 return actType }