Browse Source

提交

master
zxy 1 week ago
parent
commit
55cc15b396
  1. 2
      API/Wood.Service/Controllers/CheryRecurringJobOutPageController.cs

2
API/Wood.Service/Controllers/CheryRecurringJobOutPageController.cs

@ -64,6 +64,8 @@ namespace TaskManager.Controllers
{ {
TLOGS entity = new TLOGS(); TLOGS entity = new TLOGS();
entity.InjectFrom(itm); entity.InjectFrom(itm);
entity.TaskId= taskId;
entity.CreationTime = DateTime.Now; entity.CreationTime = DateTime.Now;
logs.Add(entity); logs.Add(entity);
} }

Loading…
Cancel
Save