| | |
| | | import com.finance.system.query.ScoreCalculateDetailQuery; |
| | | import com.finance.system.query.ScoreQuery; |
| | | import com.finance.system.vo.DeptCalculateDetailVO; |
| | | import com.finance.system.vo.RiskMapVO; |
| | | import com.finance.system.vo.RiskRankingVO; |
| | | import com.finance.system.vo.ScoreDetailVO; |
| | | import com.finance.system.vo.ScoreRankVO; |
| | | import com.finance.system.vo.ScoreVO; |
| | |
| | | |
| | | Page<ScoreDetailVO> fieldsDetail(@Param("query") CalculateDetailQuery query, |
| | | @Param("page") Page<ScoreDetailVO> page, @Param("countyList") List<String> countyList); |
| | | |
| | | List<RiskMapVO> getCurrentScoreList(@Param("nowQuarter") String nowQuarter, |
| | | @Param("areaCode") String areaCode); |
| | | |
| | | List<RiskRankingVO> queryRiskRanking(@Param("nowQuarter") String nowQuarter); |
| | | |
| | | List<RiskMapVO> getScoreByYearType(@Param("areaCode") String areaCode, |
| | | @Param("yearType") Integer yearType); |
| | | } |