热门类目排序问题
This commit is contained in:
parent
22f73e9a06
commit
2ebe61813d
|
|
@ -203,7 +203,7 @@
|
||||||
AND gc.type = #{type}
|
AND gc.type = #{type}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
ORDER BY gc.level, dgc.category_sort
|
ORDER BY dgc.category_sort
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectById" parameterType="long" resultMap="DeptGoodsCategoryResult">
|
<select id="selectById" parameterType="long" resultMap="DeptGoodsCategoryResult">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue