Преглед на файлове

事件中事件类型模版

majunqi преди 1 година
родител
ревизия
4419262cb0
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/main/resources/mapper/centereventteventtypemonitor/centereventteventtypemonitorMapper.xml

+ 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"