修改商品类目排序 ORDER BY `level` , category_sort
This commit is contained in:
parent
4357387a54
commit
73abda24b7
|
|
@ -43,7 +43,7 @@
|
||||||
AND type = #{type}
|
AND type = #{type}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
ORDER BY category_sort
|
ORDER BY `level` , category_sort
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectById" parameterType="long" resultMap="GoodsCategoryResult">
|
<select id="selectById" parameterType="long" resultMap="GoodsCategoryResult">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue