合并,报错待解决

cbx
chenbingxuan 2024-01-17 22:31:54 +08:00
parent bd20153ef9
commit f14f840e13
1 changed files with 1 additions and 0 deletions

View File

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