|
|
@@ -5,6 +5,7 @@ import org.apache.ibatis.annotations.Param;
|
|
|
import org.springframework.data.domain.Pageable;
|
|
|
|
|
|
import java.util.List;
|
|
|
+import java.util.Map;
|
|
|
|
|
|
/**
|
|
|
* 项目申报详情日志(TaskDetailsLog)表数据库访问层
|
|
|
@@ -81,5 +82,6 @@ public interface TaskDetailsLogMapper {
|
|
|
*/
|
|
|
int deleteById(Integer id);
|
|
|
|
|
|
+ List<Map<String,Object>> selectByTid(Integer id);
|
|
|
}
|
|
|
|