| | |
| | | package com.ruoyi.doublePrevention.controller; |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import com.ruoyi.doublePrevention.entity.RiskOldInfo; |
| | | import com.ruoyi.doublePrevention.entity.dto.req.RiskOldInfoQueryReqDTO; |
| | |
| | | import com.ruoyi.doublePrevention.service.baseService.RiskOldInfoService; |
| | | import com.ruoyi.doublePrevention.vo.ResultVO; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.*; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | |
| | | @RestController |
| | |
| | | resultVO.setPageSize(respDTOResultVO.getPageSize()); |
| | | |
| | | return resultVO; |
| | | // return riskOldInfoService.selectOldRiskInfoPage(queryReqDTO); |
| | | } |
| | | |
| | | |