feat(source): 添加缩略图URL字段支持

- 在SourceController中移除了@Deprecated注解
- 在SourceMapper.xml的多个查询SQL中增加了thumb_url字段
- 更新了list、userGetById、getById、listUserOne和queryByRelation等方法的SELECT语句- 确保所有相关接口能够返回thumb_url数据
- 改动涉及视频源分页查询及相关详情获取逻辑
This commit is contained in:
2025-10-20 10:40:08 +08:00
parent 602eb84f9c
commit e5a58ae757
2 changed files with 5 additions and 6 deletions

View File

@@ -22,7 +22,6 @@ public class SourceController {
@Autowired
private SourceService sourceService;
@Deprecated
// 分页查询视频源
@PostMapping("/page")
public ApiResponse pageQuery(@RequestBody SourceReqQuery sourceReqQuery) {