瀏覽代碼

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

chenyu 2 年之前
父節點
當前提交
ba54a4e215
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>