소스 검색

Merge branch 'feature/0721-tenant' of http://git.dayaedu.com/yonge/cooleshow into feature/0721-tenant

liujc 1 년 전
부모
커밋
762cb7fef6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      cooleshow-user/user-biz/src/main/resources/config/mybatis/TenantAlbumMapper.xml

+ 1 - 0
cooleshow-user/user-biz/src/main/resources/config/mybatis/TenantAlbumMapper.xml

@@ -35,5 +35,6 @@
                 and i.id_= #{param.tenantId}
             </if>
         </where>
+        order by t.create_time_ DESC
     </select>
 </mapper>