双重预防项目-国泰新华二开定制版
马宇豪
2023-03-27 f878f449ad3e6e281208ee958ee86b2ea4cc6640
src/main/java/com/ruoyi/doublePrevention/controller/RiskOldInfoController.java
@@ -9,10 +9,7 @@
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.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.*;
@RestController
@@ -33,7 +30,7 @@
        resultVO.setData(respDTOResultVO.getData());
        resultVO.setCount(respDTOResultVO.getCount());
        resultVO.setPageIndex(respDTOResultVO.getPageIndex());
        resultVO.setPageNum(respDTOResultVO.getPageNum());
        resultVO.setPageSize(respDTOResultVO.getPageSize());
        return resultVO;