Quellcode durchsuchen

3/14 更改架构中文路径公用组件排序代码

chenyu vor 2 Jahren
Ursprung
Commit
ba54a4e215
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      PAS/src/main/resources/mapper/StructureMapper.xml

+ 1 - 1
PAS/src/main/resources/mapper/StructureMapper.xml

@@ -221,7 +221,7 @@
                product_id
         from structure
         where product_id = #{productId}
-        order by id
+        order by path
     </select>
 
 </mapper>