1
23 小时以前 787bae747de46eb1b7c7d63031ddf109b92fa1bc
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;