change -修改数据根据记录时间倒序排列

boardTest
启龙 曹 10 months ago
parent 520f75d0c7
commit 18d458f4a9

@ -60,7 +60,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</if> </if>
<if test="confirmFlag != null "> and twtd.confirmFlag = #{confirmFlag}</if> <if test="confirmFlag != null "> and twtd.confirmFlag = #{confirmFlag}</if>
</where> </where>
order by twtd.collectTime desc order by twtd.recodeTime desc
</select> </select>
<select id="selectTWTempertureDataByObjid" parameterType="Long" resultMap="TWTempertureDataResult"> <select id="selectTWTempertureDataByObjid" parameterType="Long" resultMap="TWTempertureDataResult">

Loading…
Cancel
Save