Răsfoiți Sursa

广电押金推送,双百套餐才推fee_amt

lcl 3 luni în urmă
părinte
comite
34eda4c77c

+ 1 - 1
AppStart/Helper/PosPushDataNewHelper.cs

@@ -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); //秒到费
                 }

+ 1 - 0
AppStart/Helper/SycnSpServer/SycnSpBindService.cs

@@ -126,6 +126,7 @@ namespace MySystem
                             // });
                             PosPushDataNewHelper.Deposit(new ActivateRecord()
                             {
+                                SeoKeyword = Bind.Field3,
                                 SeoTitle = ActualAmount.ToString(),
                                 ProductType = Bind.ProductType,
                                 SnNo = Bind.MerSnNo,