fixed bugs Scheduler Service
This commit is contained in:
parent
d14b5fc01f
commit
20f4b371d1
30 changed files with 332 additions and 190 deletions
|
@ -617,7 +617,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
}
|
||||
}
|
||||
|
||||
BackgroundTask topTask = TaskController.GetTopTask();
|
||||
BackgroundTask topTask = TaskManager.TopTask;
|
||||
|
||||
topTask.ItemId = userId;
|
||||
topTask.UpdateParamValue("SendLetter", sendLetter);
|
||||
|
@ -722,7 +722,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
if (homeId < 0)
|
||||
result.Result = homeId;
|
||||
|
||||
BackgroundTask topTask = TaskController.GetTopTask();
|
||||
BackgroundTask topTask = TaskManager.TopTask;
|
||||
|
||||
topTask.ItemId = userId;
|
||||
topTask.UpdateParamValue("Signup", signup);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue