bug修改
This commit is contained in:
lgh 2022-09-16 15:26:32 +08:00
parent 5e54011371
commit f359470fc4

View File

@ -284,6 +284,7 @@ public class CurrTaskServiceImpl extends BaseService implements CurrTaskService
}
}
currTask.setStatus(1);
currTask.setIsIn(1);
currTask.setUpdaterId(99);
currTask.setUpdateTime(LocalDateTime.now());
currTask.setBeginTime(LocalDateTime.now());