فهرست منبع

布撤防登记,子系统关联登记簿显示图标

jingyuanchao 1 سال پیش
والد
کامیت
ff3c05494a

+ 2 - 0
soc-modules/soc-modules-core/src/main/java/com/xunmei/core/resumption/vo/protection/ProtectionPageVo.java

@@ -91,6 +91,8 @@ public class ProtectionPageVo {
     @ExcelProperty(value = "布撤防时间", index = 8)
     @ColumnWidth(20)
     private Date statusChangeTime;
+
+    private Integer inBook;
 }
 
 

+ 2 - 1
soc-modules/soc-modules-core/src/main/resources/mapper/device/ProtectionMapper.xml

@@ -23,7 +23,8 @@
         a.status_updator_name as statusUpdatorName,
         a.status_change_time as statusChangeTime,
         c.affiliated_area ,
-        c.affiliated_bank
+        c.affiliated_bank,
+        a.in_book
         from iot_alarm_subsystem a
         inner join sys_org c on a.org_id = c.id and c.deleted=0
         <if test="request.checkSub==true">