|
|
@ -72,7 +72,7 @@ public class TyrpIncomingBackgroundWorker : AsyncPeriodicBackgroundWorkerBase |
|
|
|
// await repository.UpdateAsync(part);
|
|
|
|
//}
|
|
|
|
|
|
|
|
if (DateTime.Now.Month > common.updatedt.Month || (DateTime.Now.Month == common.updatedt.Month && DateTime.Now.Day > common.updatedt.Day)) |
|
|
|
if (DateTime.Now.Year > common.updatedt.Year || DateTime.Now.Month > common.updatedt.Month || (DateTime.Now.Month == common.updatedt.Month && DateTime.Now.Day > common.updatedt.Day)) |
|
|
|
{ |
|
|
|
if (common.isupdate) |
|
|
|
{ |
|
|
|