aijinhui
2023-11-15 19c431878bc5d3b06fbda3f3fa8ae5023790c837
ard-work/src/main/resources/mapper/device/ArdEquipRadarMapper.xml
@@ -201,4 +201,7 @@
        INNER JOIN ard_cameras ac on aer.tower_id=ac.tower_id
        where aer.id=#{radarId} limit 1
    </select>
    <select id="selectArdRadarsByDeptId" parameterType="Long" resultMap="ArdEquipRadarResult">
        select * from ard_equip_radar where dept_id = #{deptId}
    </select>
</mapper>