@@ -41,6 +41,7 @@
<if test="typeDlName != null and typeDlName != ''">and type_dl_name like concat('%', #{typeDlName}, '%')
</if>
</where>
+ order by serial_number asc
</select>
<select id="selectCentereventTEventtypeMonitorById" parameterType="Long"