gaodm %!s(int64=4) %!d(string=hai) anos
pai
achega
27c8c59cd9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>