jinpengyong
2021-12-16 4450dd41e8d5828e5da4d277c86e54551a6b6c15
screen-api/src/main/resources/mapper/HistorySecondCruiserMapper.xml
@@ -20,4 +20,14 @@
        ORDER BY `time`
    </select>
    <select id="getCruiserData" resultType="java.util.Map">
        SELECT
        DATE_FORMAT(`time`, #{dateFormat}) AS `time`,
        `value`
        FROM `history_second_cruiser`
        WHERE mac = #{mac}
        AND `time` LIKE #{time}"%"
        AND organization_id = #{orgId}
    </select>
</mapper>