双重预防项目-国泰新华二开定制版
马宇豪
2023-03-27 6e2da2f853a635d03b0c184108e0b8dd86eec646
src/main/java/com/ruoyi/project/tr/riskList/controller/RiskListController.java
@@ -6,6 +6,7 @@
import com.ruoyi.common.utils.security.ShiroUtils;
import com.ruoyi.doublePrevention.entity.PreventRiskControlMeasure;
import com.ruoyi.doublePrevention.entity.dto.resp.PreventRiskCheckUnitRespDTO;
import com.ruoyi.doublePrevention.entity.dto.resp.PreventRiskUnitCodeAndNameListQueryRespDTO;
import com.ruoyi.doublePrevention.service.RiskService;
import com.ruoyi.framework.aspectj.lang.annotation.Log;
import com.ruoyi.framework.aspectj.lang.enums.BusinessType;
@@ -49,6 +50,8 @@
public class RiskListController extends BaseController {
    private String prefix = "tr/riskList";
    @Autowired
    private IRiskListService riskListService;
    @Autowired