|
@@ -47,7 +47,7 @@ namespace MySystem
|
|
|
{
|
|
|
string url = "";
|
|
|
WebCMSEntities db = new WebCMSEntities();
|
|
|
- DateTime check = DateTime.Now.AddMinutes(-30);
|
|
|
+ DateTime check = DateTime.Now.AddMinutes(-3);
|
|
|
List<PushPosRecord> list = db.PushPosRecord.Where(m => m.CreateDate >= check).OrderBy(m => m.Id).ToList();
|
|
|
foreach(PushPosRecord sub in list)
|
|
|
{
|