|
@@ -197,9 +197,41 @@ namespace MySystem.Controllers
|
|
|
return "ok";
|
|
|
}
|
|
|
|
|
|
- public string lsprize(int id)
|
|
|
+ public string lsprize(int id = 0)
|
|
|
{
|
|
|
- StatService.Instance.activePrizeWithoutDeposit6(id);
|
|
|
+ // StatService.Instance.activePrizeWithoutDeposit6(id);
|
|
|
+ // WebCMSEntities db = new WebCMSEntities();
|
|
|
+ // List<string> poslist = new List<string>();
|
|
|
+ // poslist.Add("N6220Y02004331");
|
|
|
+ // poslist.Add("N6220Y02004411");
|
|
|
+ // poslist.Add("N6220Y02006392");
|
|
|
+ // poslist.Add("N6220Y02008090");
|
|
|
+ // poslist.Add("N6220Y02014659");
|
|
|
+ // poslist.Add("N6220Y02016352");
|
|
|
+ // poslist.Add("N6220Y02018426");
|
|
|
+ // poslist.Add("N6220Y02009475");
|
|
|
+ // poslist.Add("N6220Y02009601");
|
|
|
+ // poslist.Add("N6220Y02009630");
|
|
|
+ // poslist.Add("N6220Y02010111");
|
|
|
+ // poslist.Add("N6220Y02010795");
|
|
|
+ // poslist.Add("N6220Y02011199");
|
|
|
+ // poslist.Add("N6220Y02011405");
|
|
|
+ // poslist.Add("N6220Y02011946");
|
|
|
+ // poslist.Add("N6220Y02172467");
|
|
|
+ // poslist.Add("N6220Y02172563");
|
|
|
+ // poslist.Add("N6220Y02172658");
|
|
|
+ // poslist.Add("N6220Y02172658");
|
|
|
+ // poslist.Add("N6220Y02007603");
|
|
|
+ // foreach(string PosSn in poslist)
|
|
|
+ // {
|
|
|
+ // PosMachinesTwo pos = db.PosMachinesTwo.FirstOrDefault(m => m.PosSn == PosSn);
|
|
|
+ // if(pos != null)
|
|
|
+ // {
|
|
|
+ // // SycnSpTradeService.Instance.LiShuaActPrize(db, pos, 50);
|
|
|
+ // StatService.Instance.activePrizeWithoutDeposit6(pos.Id);
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // db.Dispose();
|
|
|
return "ok";
|
|
|
}
|
|
|
|