热门类目排序问题

This commit is contained in:
kuang.yife 2023-08-08 17:08:14 +08:00
parent 22f73e9a06
commit 2ebe61813d
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@
AND gc.type = #{type}
</if>
</where>
ORDER BY gc.level, dgc.category_sort
ORDER BY dgc.category_sort
</select>
<select id="selectById" parameterType="long" resultMap="DeptGoodsCategoryResult">