@@ -164,7 +164,7 @@ namespace MySystem
{
dataContent.Add("ext_field", act.Field4); //押金活动编码
}
- else if(act.ProductType == "14")
+ else if(act.ProductType == "14" && function.CheckNull(act.SeoKeyword).Contains("双百套餐"))
dataContent.Add("fee_amt", TradeAmount); //秒到费
@@ -126,6 +126,7 @@ namespace MySystem
// });
PosPushDataNewHelper.Deposit(new ActivateRecord()
+ SeoKeyword = Bind.Field3,
SeoTitle = ActualAmount.ToString(),
ProductType = Bind.ProductType,
SnNo = Bind.MerSnNo,