Browse Source

事件中事件类型模版

majunqi 1 year ago
parent
commit
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>
         </where>
+        order  by serial_number asc
     </select>
 
     <select id="selectCentereventTEventtypeMonitorById" parameterType="Long"