南昌市物联网技防平台-后台
zengh
2021-03-30 31cf1ba9219b705ea59dc8a98b6a7b11bd6db002
blade-service/blade-jfpts/src/main/java/org/springblade/jfpt/equipment/mapper/EquipmentMapper.xml
@@ -164,6 +164,10 @@
            and dtype=#{equipment.dtype}
        </if>
        <if test="dxtype!=null">
            and heartbeat >= DATE_SUB(NOW(),INTERVAL 1 DAY)
        </if>
        <if test="childList!=null and childList.size>0">
            and deptId in
            <foreach collection="childList" index="index" item="item" open="(" separator="," close=")">