Browse Source

device/getListPage只返回85后缀设备

master
review512jwy@163.com 2 weeks ago
parent
commit
84693ec971
  1. 2
      dongjian-dashboard-back-dao/src/main/resources/mappers/ex/DeviceInfoMapperExt.xml

2
dongjian-dashboard-back-dao/src/main/resources/mappers/ex/DeviceInfoMapperExt.xml

@ -421,7 +421,7 @@
#{companyId} #{companyId}
</foreach> </foreach>
</if> </if>
and device_info.flag = 0 and basic_monitoring_asset.flag != 1 and basic_space.flag != 1 and basic_floor.flag != 1 and basic_building.flag != 1 and device_info.flag = 0 and device_info.device_id LIKE '%\_85' and basic_monitoring_asset.flag != 1 and basic_space.flag != 1 and basic_floor.flag != 1 and basic_building.flag != 1
and type.device_category_id in and type.device_category_id in
<foreach collection="categoryIdList" item="categoryId" open="(" separator="," close=")"> <foreach collection="categoryIdList" item="categoryId" open="(" separator="," close=")">
#{categoryId} #{categoryId}

Loading…
Cancel
Save