1
19 小时以前 7a92ebbfb8227ff30ebe3300cc9db263a75b7e22
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;