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