浏览代码

事件中事件类型模版

majunqi 1 年之前
父节点
当前提交
4419262cb0

+ 1 - 0
src/main/resources/mapper/centereventteventtypemonitor/centereventteventtypemonitorMapper.xml

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