zss
2023-08-18 1db3bc9e405c959566dd19b549aff743793362bd
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>