gaodm 4 éve
szülő
commit
27c8c59cd9
1 módosított fájl, 1 hozzáadás és 1 törlés
  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>