浏览代码

广电卡线下激活数据,判断双百套餐条件变更,模糊匹配

lcl 7 月之前
父节点
当前提交
8f86e048f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      AppStart/Helper/SycnSpServer/SycnSpBindService.cs

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

@@ -266,7 +266,7 @@ namespace MySystem
                                 decimal ActualAmount = decimal.Parse(function.CheckNum(Bind.SeoTitle)); //实付金额
                                 string ActStatus = Bind.Field5; //激活状态名称
                                 string CheckCard = function.CheckNull(RedisDbconn.Instance.Get<string>("SimCheckCard"));
-                                if (KindName == "基础套餐" && Name == "双百套餐" && ActStatus == "已激活" && ActualAmount >= 100)
+                                if (KindName == "基础套餐" && function.CheckNull(Name).StartsWith("双百套餐") && ActStatus == "已激活" && ActualAmount >= 100)
                                 {
                                     pos.Detail = "0";
                                 }