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

Merge remote-tracking branch 'origin/dev' into dev

phoenix преди 1 година
родител
ревизия
501c9a5c7b
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/main/resources/mapper/textbook/TextbookMapper.xml

+ 1 - 0
src/main/resources/mapper/textbook/TextbookMapper.xml

@@ -48,6 +48,7 @@
         <if test="dto.publishingHouse != null and dto.publishingHouse != ''">
             and t1.publishing_house like concat('%', #{dto.publishingHouse}, '%')
         </if>
+        order by t3.name desc
     </select>
 
     <select id="subscriptionList" resultType="com.xjrsoft.module.textbook.vo.TextbookSubscriptionRecordVo">