Skip to content

Commit

Permalink
#48 refactor to create task
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin2lee committed May 18, 2021
1 parent de041a4 commit e0f5826
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ public interface TaskInfoService extends IService<TaskInfo> {

TaskInfoDto taskInfoReceive(String id);

// CommonResponseDto createTask(PlatformTaskCreationReqDto req);

JsonResponse proceedUserTask(ProceedTasksReqDto ptr);

CommonPlatformResponseDto cancelTask(CoreCancelTaskDto req);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;

import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
Expand Down

0 comments on commit e0f5826

Please sign in to comment.