双重预防项目-国泰新华二开定制版
马宇豪
2023-03-28 993bcfbb0ea417891ae1317a560ec426b746dbd6
src/main/java/com/ruoyi/doublePrevention/controller/RiskOldInfoController.java
@@ -1,5 +1,4 @@
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;
@@ -9,7 +8,10 @@
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
@@ -34,6 +36,7 @@
        resultVO.setPageSize(respDTOResultVO.getPageSize());
        return resultVO;
//        return riskOldInfoService.selectOldRiskInfoPage(queryReqDTO);
    }