修改商品类目排序 ORDER BY `level` , category_sort
This commit is contained in:
parent
4357387a54
commit
73abda24b7
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue