|
|
@ -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">
|
|
|
|