fengxiang
2018-07-16 3bb54d86b0a80a13374b10b1a9d9d0f131a85f9d
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>