Browse Source

下载于hash

lyhzzz 3 months ago
parent
commit
b671dd966c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/fusion/DictFileMapper.xml

+ 1 - 1
src/main/resources/mapper/fusion/DictFileMapper.xml

@@ -34,7 +34,7 @@
             </foreach>
         </if>
 
-        order by df.id desc
+        order by df.use_type asc, df.id desc
 
     </select>
 </mapper>