blade-service/blade-jfpts/src/main/java/org/springblade/jfpt/equipment/mapper/EquipmentMapper.xml
@@ -202,12 +202,8 @@ <if test="dxtype!=null and dxtype == 3"> and heartbeat >= DATE_SUB(NOW(),INTERVAL 1 DAY) and state!=null </if> <if test="childList!=null and childList.size>0"> and deptId in <foreach collection="childList" index="index" item="item" open="(" separator="," close=")"> #{item} </foreach> <if test="pid!=null and pid!=''"> and deptId like concat('%',#{pid},'%') </if> </select>