standard-server/src/main/resources/mapper/DeviceMapper.xml
@@ -61,5 +61,12 @@ from mom_ocean.device where state=1 and father=#{deviceGroup} and device_status in (1, 5) </select> <!--选择设备组--> <select id="chooseDevGroup" resultType="java.util.Map"> select distinct father from mom_ocean.device where state=1 and device_status in(1,5) </select> </mapper>