|
@@ -43,7 +43,7 @@ namespace MySystem
|
|
int StartId = 0;
|
|
int StartId = 0;
|
|
while(op)
|
|
while(op)
|
|
{
|
|
{
|
|
- var posList = db.PosMachinesTwo.Select(m => new { m.Id, m.Status, m.BindingState, m.BindingTime, m.UpFeeFlag, m.DownFeeFlag, m.DownFee, m.BrandId, m.IsSupplement }).Where(m => m.Id > StartId && m.Status > -1 && m.BindingTime <= date && m.BindingState == 1 && m.BrandId == 7 && m.IsSupplement == 0).OrderBy(m => m.Id).Take(100).ToList();
|
|
|
|
|
|
+ var posList = db.PosMachinesTwo.Select(m => new { m.Id, m.PosSn, m.Status, m.BindingState, m.BindingTime, m.UpFeeFlag, m.DownFeeFlag, m.DownFee, m.BrandId, m.IsSupplement }).Where(m => m.Id > StartId && m.Status > -1 && m.BindingTime <= date && m.BindingState == 1 && m.BrandId == 7 && m.IsSupplement == 0).OrderBy(m => m.Id).Take(100).ToList();
|
|
function.WriteLog(DateTime.Now.ToString(), "420天盛付通费率加万2");
|
|
function.WriteLog(DateTime.Now.ToString(), "420天盛付通费率加万2");
|
|
function.WriteLog(posList.Count.ToString(), "420天盛付通费率加万2");
|
|
function.WriteLog(posList.Count.ToString(), "420天盛付通费率加万2");
|
|
if(posList.Count > 0)
|
|
if(posList.Count > 0)
|