add
This commit is contained in:
@@ -149,6 +149,12 @@ public class FamilyController {
|
||||
return ApiResponse.success(feedback);
|
||||
}
|
||||
|
||||
@GetMapping("/feedback")
|
||||
public ApiResponse<List<Feedback>> listFeedback() {
|
||||
Long familyId = Long.valueOf(StpUtil.getLoginId().toString());
|
||||
return ApiResponse.success(feedbackMapper.listByFamilyId(familyId));
|
||||
}
|
||||
|
||||
@GetMapping("/notices")
|
||||
public ApiResponse<List<Notice>> listNotices() {
|
||||
Long familyId = Long.valueOf(StpUtil.getLoginId().toString());
|
||||
|
||||
Reference in New Issue
Block a user