This commit is contained in:
richboo111
2023-07-10 14:27:34 +08:00
parent 824b3c1850
commit 5de19b7763

View File

@@ -103,7 +103,7 @@ func storeSku2ActData(act *model.Act2, actStoreSku []*model.ActStoreSku2, handle
OutActId: utils.String2Pointer(utils.Int2Str(v.ActID)), OutActId: utils.String2Pointer(utils.Int2Str(v.ActID)),
} }
sType := actType2Txd(v.Type) sType := actType2Txd(act.Type)
globals.SugarLogger.Debugf("sType=%d", sType) globals.SugarLogger.Debugf("sType=%d", sType)
switch sType { switch sType {
case tao_vegetable.DiscountTypeDeductMoney: case tao_vegetable.DiscountTypeDeductMoney: