mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-10-10 01:35:14 +08:00
查询所有分类后端完成
This commit is contained in:
@@ -182,4 +182,9 @@
|
||||
from category_info
|
||||
where parent_id = #{parentId,jdbcType=INTEGER}
|
||||
</select>
|
||||
<select id="selectAll" resultMap="BaseResultMap">
|
||||
select
|
||||
<include refid="Base_Column_List" />
|
||||
from category_info
|
||||
</select>
|
||||
</mapper>
|
Reference in New Issue
Block a user