standard-server/src/main/resources/mapper/DeviceMapper.xml
@@ -56,8 +56,9 @@ AND d.`father` = #{fatherName} </if> </select> <select id="getDeviceNameByGroup" resultType="java.util.Map"> select id, name select id as deviceid, name deviceName from mom_ocean.device where state = 1 and father = #{deviceGroup}