aijinhui
2023-11-13 f4e20b2dc544a188d0591c901022383e84fa8e9e
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>