| | |
| | | |
| | | import com.ruoyi.common.utils.DateUtils; |
| | | import com.ruoyi.common.utils.text.Convert; |
| | | import com.ruoyi.doublePrevention.vo.ResultVO; |
| | | import com.ruoyi.project.tr.riskCheckPoint.mapper.RiskCheckPointMapper; |
| | | import com.ruoyi.project.tr.riskEvaluationPlan.mapper.RiskEvaluationPlanMapper; |
| | | import com.ruoyi.project.tr.riskList.domain.*; |
| | |
| | | int riskType =5; |
| | | return riskListMapper.getAllPlan(riskType); |
| | | } |
| | | |
| | | @Override |
| | | public ResultVO<List<RiskList>> listHazardSource() { |
| | | return riskListMapper.listHazardSource(); |
| | | } |
| | | |
| | | @Override |
| | | public RiskList getInfoByRiskListNum(String hazardCode) { |
| | | return riskListMapper.getInfoByRiskListNum(hazardCode); |
| | | } |
| | | } |