You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

AnalysisDao.java 651 B

3 years ago
12345678910111213141516171819202122232425
  1. package com.stonedt.intelligence.dao;
  2. import org.apache.ibatis.annotations.Mapper;
  3. import org.apache.ibatis.annotations.Param;
  4. import com.stonedt.intelligence.entity.Analysis;
  5. @Mapper
  6. public interface AnalysisDao {
  7. Analysis getAanlysisByProjectidAndTimeperiod(@Param("projectId") Long projectId,
  8. @Param("timePeriod")Integer timePeriod);
  9. // 历史代码
  10. int insert(Analysis a);
  11. Analysis getInfoByProjectid(@Param("projectid") Long projectid,
  12. @Param("timePeriod")Integer timePeriod);
  13. Analysis getAnalysisMonitorProjectid(@Param("projectId")Long projectId,
  14. @Param("timePeriod")Integer timePeriod);
  15. }

一款开源免费的舆情系统。 支持本地化部署,支持在线体验。 支持对海量舆情数据分析和挖掘。