소스 검색

教材管理,查询按照倒叙排列

dzx 1 년 전
부모
커밋
c6e8d3983a
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">