Преглед изворни кода

Merge branch 'feature/0721-tenant' into develop

haonan пре 1 година
родитељ
комит
805da9ce2c

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