合并,报错待解决
parent
bd20153ef9
commit
f14f840e13
|
@ -77,6 +77,7 @@ public class UserVideoController {
|
|||
@GetMapping("/findUserInfoCollectionList")
|
||||
public HealthR<List<UserInfoCollectionVo>> findUserInfoCollectionList(){
|
||||
List<UserInfoCollectionVo> userInfoCollections = userVideoService.findUserInfoCollectionList();
|
||||
|
||||
return HealthR.ok(userInfoCollections);
|
||||
}
|
||||
//用户被采纳意见列表
|
||||
|
|
Loading…
Reference in New Issue