Compare commits

...

1 Commits

Author SHA1 Message Date
chenbingxuan f14f840e13 合并,报错待解决 2024-01-17 22:31:54 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ public class UserVideoController {
@GetMapping("/findUserInfoCollectionList")
public HealthR<List<UserInfoCollectionVo>> findUserInfoCollectionList(){
List<UserInfoCollectionVo> userInfoCollections = userVideoService.findUserInfoCollectionList();
return HealthR.ok(userInfoCollections);
}
//用户被采纳意见列表