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