blade-service/blade-jfpts/src/main/java/org/springblade/jfpt/equipment/mapper/EquipmentMapper.xml
@@ -80,6 +80,14 @@ <if test="equipment.dtype!=null"> and dtype=#{equipment.dtype} </if> <if test="childList!=null and childList.size>0"> and deviceNumber in <foreach collection="childList" index="index" item="item" open="(" separator="," close=")"> #{item} </foreach> </if> </select> <!--新增-->