| | |
| | | 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.ScoreCalculateDetailVO; |
| | | import com.finance.system.vo.ScoreRankVO; |
| | | import com.finance.system.vo.ScoreVO; |
| | |
| | | String nowQuarter); |
| | | |
| | | ScoreCalculateDetailVO fieldsDetail(CalculateDetailQuery query, List<SysUser> countyList); |
| | | |
| | | List<RiskMapVO> getCurrentScoreList(String nowQuarter, String areaCode); |
| | | |
| | | List<RiskRankingVO> queryRiskRanking(String nowQuarter); |
| | | |
| | | List<RiskMapVO> getScoreByYearType(String areaCode, Integer yearType); |
| | | } |