Explorar o código

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

chenyu %!s(int64=2) %!d(string=hai) anos
pai
achega
ba54a4e215
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>