Commit 0cdcb12b authored by 周昊's avatar 周昊

1、添加app端固有风险详情字段

parent b6ae8250
......@@ -22,6 +22,9 @@ public class RiskPlanAppInherentListDetailsDto {
/** 评估人名称 */
private String userName;
/** 计划id */
private Long planId;
/** 项目id */
private Long projectId;
......
......@@ -50,6 +50,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
lf.`name` AS floorName,
lr.id AS roomId,
lr.`name` AS roomName,
rpil.plan_id AS planId,
rpil.`name`,
rpil.point_type as pointType,
rpil.safety_warning_signs as safetyWarningSigns,
......
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