|
|
@@ -47,6 +47,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="wlData != null and wlData != ''"> and wlData = #{wlData}</if>
|
|
|
<if test="tid != null and tid != ''"> and tid = #{tid}</if>
|
|
|
</where>
|
|
|
+ order by `status` asc, wlCreateddate desc
|
|
|
</select>
|
|
|
|
|
|
<select id="selectIotWarnlogById" resultMap="IotWarnlogResult">
|
|
|
@@ -177,6 +178,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
and wlCreateddate <![CDATA[ <= ]]> #{endDate}
|
|
|
</if>
|
|
|
</where>
|
|
|
+ order by `status` asc, wlCreateddate desc
|
|
|
</select>
|
|
|
|
|
|
<select id="getWarnlogCount" parameterType="IotWarnlogReqVo" resultType="java.lang.Integer">
|