|
@@ -29,7 +29,7 @@ namespace MySystem
|
|
|
{
|
|
|
WebCMSEntities spdb = new WebCMSEntities();
|
|
|
PxcModels.WebCMSEntities db = new PxcModels.WebCMSEntities();
|
|
|
- DateTime start = DateTime.Now.AddDays(-2);
|
|
|
+ DateTime start = DateTime.Now.AddDays(-30);
|
|
|
List<ChangeBindRecord> Binds = spdb.ChangeBindRecord.Where(m => m.ReBindTime >= start && m.Status == 1).OrderByDescending(m => m.Id).ToList();
|
|
|
foreach (ChangeBindRecord Bind in Binds)
|
|
|
{
|