rsf-server/src/main/java/com/vincent/rsf/server/manager/service/TaskService.java
@@ -21,6 +21,7 @@ R removeTask(Long[] ids, Long loginUserId); Task pickOrCheckTask(Long id, String oType) throws Exception; // Task pickOrCheckTask(Long id, String oType, Long loginUserId) throws Exception; void complateInTask(List<Task> tasks) throws Exception;