fengxiang
2018-07-17 04bc6b13175f4274933b42278576be9e18ab8ef7
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.moral.mapper.DemoMapper">
    <select id="getDatas" resultType="map">
        SELECT * FROM hangzhou_aqi ORDER BY time DESC LIMIT 7
    </select>
</mapper>