Commit 87349419 authored by 周昊's avatar 周昊

1、现有风险列表报错问题

2、添加项目接口业态字段
parent 4ade0d40
......@@ -38,7 +38,7 @@ public class RiskPlanExistingListController extends BaseController
/**
* 查询现有风险清单库列表
*/
@PreAuthorize("@ss.hasPermi('system:existing:list')")
// @PreAuthorize("@ss.hasPermi('system:existing:list')")
@GetMapping("/list")
public TableDataInfo list(RiskPlanExistingList riskPlanExistingList)
{
......
......@@ -415,6 +415,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
lp.`name` AS projectName,
lp.city AS city,
lp.type AS type,
lp.business AS businessFormat,
rpil.`name` AS inherentName,
rpil.`level` AS inherentLevel,
rpel.`name` AS existingName,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment