|
|
@ -42,6 +42,7 @@
|
|
|
|
and ai_num <= #{req.aiNumMax}
|
|
|
|
and ai_num <= #{req.aiNumMax}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
|
|
|
|
order by update_time desc
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="findAll" resultType="com.yingji.entity.Alarm">
|
|
|
|
<select id="findAll" resultType="com.yingji.entity.Alarm">
|
|
|
@ -81,5 +82,6 @@
|
|
|
|
and ai_num <= #{req.aiNumMax}
|
|
|
|
and ai_num <= #{req.aiNumMax}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
|
|
|
|
order by update_time desc
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</mapper>
|
|
|
|
</mapper>
|