Explorar o código

事件中事件类型模版

majunqi hai 1 ano
pai
achega
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"