chen.lin
7 天以前 0ecec045e757e070a521c26139aed252bca3ca3b
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;