|
|
@@ -164,7 +164,7 @@ namespace MySystem
|
|
|
{
|
|
|
dataContent.Add("ext_field", act.Field4); //押金活动编码
|
|
|
}
|
|
|
- else if(act.ProductType == "14" && function.CheckNull(act.SeoKeyword).Contains("双百套餐"))
|
|
|
+ else if(act.ProductType == "14" && (function.CheckNull(act.SeoKeyword).Contains("双百套餐") || act.SnNo.StartsWith("CS")))
|
|
|
{
|
|
|
dataContent.Add("fee_amt", TradeAmount); //秒到费
|
|
|
}
|