gaodm 4 лет назад
Родитель
Сommit
27c8c59cd9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/resources/mapper/ConceptInfoMapper.xml

+ 1 - 1
src/main/resources/mapper/ConceptInfoMapper.xml

@@ -61,7 +61,7 @@
         ) t1
         LEFT JOIN sys_user t2 ON t1.modifier = t2.id
         ORDER BY
-        t1.status ASC,
+        t1.status DESC,
         t1.gmtModified DESC
     </select>