- 修改一些银行名称

This commit is contained in:
gazebo
2019-07-03 20:50:58 +08:00
parent a1a0d7d685
commit cc6b7b63a4
5 changed files with 13 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ func storeSku2ActData(act *model.Act2, actStoreSku []*model.ActStoreSku2, handle
// Period: "",
// WeeksTime: "",
SettingType: mtwmapi.SettingTypeAsPrice,
ActPrice: jxutils.IntPrice2Standard(v.ActPrice),
ActPrice: jxutils.IntPrice2Standard(v.ActualActPrice),
// DiscountCoefficient: 0,
Sequence: int(v.ActPrice),
ItemID: utils.Str2Int64WithDefault(v.VendorActID, 0),