- BoardSettingMapper(+XML)/BoardSettingRequest/Response 삭제 - TagService board_setting 의존 제거, /admin/board-setting 엔드포인트 제거 - board_setting 테이블 DDL 제거 - 글 수정 시 전체 그룹 조회(기존 글 태그 유실 방지): listWritableGroups(blank)=전체 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"https://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.sb.web.board.mapper.BoardSettingMapper">
|
||||
|
||||
<select id="findTagCategoryId" resultType="java.lang.Long">
|
||||
SELECT tag_category_id FROM board_setting WHERE id = 1
|
||||
</select>
|
||||
|
||||
<update id="updateTagCategoryId">
|
||||
UPDATE board_setting SET tag_category_id = #{categoryId} WHERE id = 1
|
||||
</update>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user