修改商品类目排序 ORDER BY `level` , category_sort

This commit is contained in:
HH 2023-03-23 22:02:41 +08:00
parent 4357387a54
commit 73abda24b7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
AND type = #{type}
</if>
</where>
ORDER BY category_sort
ORDER BY `level` , category_sort
</select>
<select id="selectById" parameterType="long" resultMap="GoodsCategoryResult">