Переглянути джерело

租户按创建时间倒序排列

wangli 4 роки тому
батько
коміт
33287202be

+ 1 - 0
user_center/src/main/resources/mapper/TenantMapper.xml

@@ -149,6 +149,7 @@
                 and t.TENANT_NAME like concat('%',#{tenantDto.tenantName},'%')
             </if>
         </where>
+        order by t.dateCreate desc
     </select>
 
     <!-- 生成租户菜单 -->