|
@@ -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";
|
|
|
}
|