jinpengyong
2023-07-28 a28c013704c3545505f2940b3fd6f86a7bf4a87c
screen-api/src/main/resources/mapper/HistorySecondUavMapper.xml
@@ -12,7 +12,7 @@
        </resultMap>
    <select id="reList" resultType="com.moral.api.entity.HistorySecondUav">
        SELECT `value`
        SELECT history_second_uav.time,`value`
        FROM history_second_uav WHERE mac = #{mac}
        AND batch = #{batch}
        HAVING abs(`value`->>'$.flyhig') <![CDATA[>=]]> #{height}