Schedulers fixed
This commit is contained in:
parent
c8a8be8894
commit
645229bef1
17 changed files with 278 additions and 85 deletions
|
@ -622,7 +622,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
topTask.ItemId = userId;
|
||||
topTask.UpdateParamValue("SendLetter", sendLetter);
|
||||
|
||||
TaskController.UpdateTask(topTask);
|
||||
TaskController.UpdateTaskWithParams(topTask);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
@ -729,7 +729,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
topTask.UpdateParamValue("UserId", userId);
|
||||
topTask.UpdateParamValue("SendLetter", sendLetter);
|
||||
|
||||
TaskController.UpdateTask(topTask);
|
||||
TaskController.UpdateTaskWithParams(topTask);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue