|
@@ -144,7 +144,7 @@ public interface DeviceMapper {
|
|
* @return java.util.List<com.zcxk.rmcp.api.dto.install.InstallDeviceDto>
|
|
* @return java.util.List<com.zcxk.rmcp.api.dto.install.InstallDeviceDto>
|
|
* @author linqingwei
|
|
* @author linqingwei
|
|
**/
|
|
**/
|
|
- List<InstallDeviceDto> getUnInstallDeviceList(@Param("tenantId") String tenantId, @Param("companyOrgId") Integer companyOrgId, @Param("deptOrgId") Integer deptOrgId, @Param("productId") Integer productId, @Param("listId") Integer listId);
|
|
|
|
|
|
+ List<InstallDeviceDto> getUnInstallDeviceList(@Param("tenantId") String tenantId, @Param("companyOrgId") Integer companyOrgId, @Param("deptOrgId") Integer deptOrgId, @Param("productId") Integer productId, @Param("communityId") Integer communityId, @Param("listId") Integer listId);
|
|
|
|
|
|
/*
|
|
/*
|
|
* @description deviceNo获取设备
|
|
* @description deviceNo获取设备
|
|
@@ -192,11 +192,12 @@ public interface DeviceMapper {
|
|
List<MeterSyncDto> meterSync(@Param("meterSync") MeterSyncInputDto meterSync);
|
|
List<MeterSyncDto> meterSync(@Param("meterSync") MeterSyncInputDto meterSync);
|
|
|
|
|
|
/**
|
|
/**
|
|
- * 统计小区下有多少个设备数
|
|
|
|
- * @author Andy
|
|
|
|
- * @date 16:04 2021/9/10
|
|
|
|
- * @param communityId:
|
|
|
|
- * @return int
|
|
|
|
- **/
|
|
|
|
|
|
+ * 统计小区下有多少个设备数
|
|
|
|
+ *
|
|
|
|
+ * @param communityId:
|
|
|
|
+ * @return int
|
|
|
|
+ * @author Andy
|
|
|
|
+ * @date 16:04 2021/9/10
|
|
|
|
+ **/
|
|
int countDeviceByCommunityId(int communityId);
|
|
int countDeviceByCommunityId(int communityId);
|
|
}
|
|
}
|