Commit 858dafb7 authored by suhuiguang's avatar suhuiguang

1.bug修改

parent 1f33c716
......@@ -38,7 +38,17 @@ public class RiskSourceTreeResponse {
private Integer unqualified;
private Integer omission;
private Integer unplan;
private Long sourceId;
public Long getSourceId() {
return sourceId;
}
public void setSourceId(Long sourceId) {
this.sourceId = sourceId;
}
private Long value;
private Long pId;
private String title;
......
......@@ -206,7 +206,8 @@
rs.position3d,
rs.floor3d,
rs.status,
rs.is_indoor
rs.is_indoor,
rs.source_id as sourceId
FROM
`f_risk_source` rs
LEFT JOIN f_risk_level rl ON rl.id = rs.risk_level_id
......
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