|
|
@@ -453,8 +453,8 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
List<int> posIds = new List<int>();
|
|
|
List<int> upposIds = new List<int>();
|
|
|
string userIds = "";
|
|
|
- DateTime check = DateTime.Now.AddDays(-120);
|
|
|
- List<PosMachinesTwo> poslist = db.PosMachinesTwo.Where(m => m.Status > -1 && m.BindingState == 1 && m.UpFeeFlag == 1 && m.DownFeeFlag == 0 && m.BindingTime <= check && m.SeoDescription != "设置成功").ToList();//18503
|
|
|
+ DateTime check = DateTime.Now.AddDays(-90);
|
|
|
+ List<PosMachinesTwo> poslist = db.PosMachinesTwo.Where(m => m.Status > -1 && m.BindingState == 1 && m.UpFeeFlag == 1 && m.DownFeeFlag == 0 && m.BindingTime <= check && m.SeoDescription != "设置成功").ToList();//非盒子
|
|
|
foreach (PosMachinesTwo pos in poslist)
|
|
|
{
|
|
|
Dictionary<string, object> Fields = new Dictionary<string, object>();
|