浏览代码

增加注释

shiyue 1 年之前
父节点
当前提交
246cc68be1

+ 4 - 0
energy-manage-service/src/main/java/com/energy/manage/service/domain/vo/cockpit/CompanyFieldTreeRoleVo.java

@@ -5,6 +5,8 @@ import io.swagger.annotations.ApiModelProperty;
 import lombok.Getter;
 import lombok.Setter;
 
+import java.util.Date;
+
 @Getter
 @Setter
 @ApiModel
@@ -40,6 +42,8 @@ public class CompanyFieldTreeRoleVo {
     private Integer analysisState = -1;
     @ApiModelProperty("经纬度拼接")
     private String longitudeAndLatitudeString;
+    @ApiModelProperty("最新分析时间")
+    private Date wfbrCreateTime;
 
 
 }

+ 2 - 1
energy-manage-service/src/main/resources/mybatis/system/OrganizationAuthMapper.xml

@@ -35,7 +35,8 @@
         wf.rated_capacity_number as ratedCapacityNumber,
         wf.elevation_height as elevationHeight,
         wfbr.batch_code as batchCode,
-        wfbr.analysis_state as analysisState
+        wfbr.analysis_state as analysisState,
+        wfbr.create_time as wfbrCreateTime
         from
         (select a.role_id,
         wr.code_number,