Commit 1ff1a76
committed
feat(chat): 添加问题ID删除解析信息功能
- 在ChatParseMapper接口中新增deleteByQuestionId方法
- 实现按问题ID删除聊天解析数据的功能
- 在XML映射文件中添加对应的DELETE SQL语句1 parent aa86e3f commit 1ff1a76
2 files changed
Lines changed: 7 additions & 0 deletions
File tree
- chat/server/src/main
- java/com/tencent/supersonic/chat/server/persistence/mapper
- resources/mapper
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
55 | 60 | | |
0 commit comments