Commit b2f21531 authored by dahai's avatar dahai

push

parent 975c81ee
......@@ -46,13 +46,13 @@ public class TaskListServiceImpl implements TaskListService {
@Override
public boolean createTaskList(List<TaskListEntity> resultList) {
taskListMapper.createTaskList(resultList);
// taskListMapper.createTaskList(resultList);
return true;
}
@Override
public boolean updateState(String taskId) {
taskListMapper.updateState(taskId);
// taskListMapper.updateState(taskId);
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment