瀏覽代碼

静态知识维护

zhaops 4 年之前
父節點
當前提交
2ea5c92928
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/resources/mapper/ConceptInfoMapper.xml

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

@@ -58,6 +58,7 @@
         a.id
         ) t1
         LEFT JOIN sys_user t2 ON t1.modifier = t2.id
+        ORDER BY t1.gmtModified DESC
     </select>
 
 </mapper>