From 5de19b77633ad9cead3083d0b8baa1a59229069a Mon Sep 17 00:00:00 2001 From: richboo111 Date: Mon, 10 Jul 2023 14:27:34 +0800 Subject: [PATCH] 1 --- business/partner/purchase/tao_vegetable/act.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/partner/purchase/tao_vegetable/act.go b/business/partner/purchase/tao_vegetable/act.go index 3a3cfea4b..929cb05e9 100644 --- a/business/partner/purchase/tao_vegetable/act.go +++ b/business/partner/purchase/tao_vegetable/act.go @@ -103,7 +103,7 @@ func storeSku2ActData(act *model.Act2, actStoreSku []*model.ActStoreSku2, handle OutActId: utils.String2Pointer(utils.Int2Str(v.ActID)), } - sType := actType2Txd(v.Type) + sType := actType2Txd(act.Type) globals.SugarLogger.Debugf("sType=%d", sType) switch sType { case tao_vegetable.DiscountTypeDeductMoney: