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