1
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user