gaodm 4 سال پیش
والد
کامیت
dd19ae79ed
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      src/main/resources/mapper/ConceptInfoMapper.xml

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

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