| | |
| | | import cn.gistack.sm.sg.DO.SgProjectInfoDO; |
| | | import cn.gistack.sm.sg.DTO.ProjectSearchDTO; |
| | | import cn.gistack.sm.sg.VO.SgProjectInfoVO; |
| | | import cn.gistack.sm.sg.VO.SgStatisProVO; |
| | | import cn.gistack.sm.sg.VO.SgStatistccVO; |
| | | import cn.gistack.sm.sg.VO.SgStatisticsVO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | List<SgProjectInfoVO> progressList(@Param("dto") ProjectSearchDTO searchDTO); |
| | | |
| | | List<SgProjectInfoVO> progressList(IPage<SgProjectInfoVO> page, @Param("dto") ProjectSearchDTO searchDTO); |
| | | |
| | | SgStatisticsVO getSgstatiss(@Param("grad") String grad, String code); |
| | | |
| | | List<SgStatisProVO> getsgStatisticsList(String code); |
| | | |
| | | List<SgStatisProVO> getsgStatisticsZero(String code); |
| | | |
| | | List<SgStatisProVO> getsgStatisticsOne(String code); |
| | | |
| | | List<String> getProjectId(@Param("grad") String grad,@Param("code") String code); |
| | | |
| | | List<SgStatistccVO> getSgdevices(@Param("code")String code,@Param("grad") String adGrad); |
| | | |
| | | //List<String> getProjectIds(String code,@Param("grad") String grad ); |
| | | } |