|
@@ -56,9 +56,9 @@ public class MyPublishController extends AppBaseController {
|
|
|
@ApiOperation("族友圈 分页列表")
|
|
|
@GetMapping("/selectCircle")
|
|
|
public TableDataInfo selectCircle(Long familyId){
|
|
|
- if (familyId == null) {
|
|
|
- return new TableDataInfo();
|
|
|
- }
|
|
|
+// if (familyId == null) {
|
|
|
+// return new TableDataInfo();
|
|
|
+// }
|
|
|
AppMemberVo user = getLoginUser().getUser();
|
|
|
List<TbMyPublish> list = publishService.selectPublish(user.getUserId(), familyId);
|
|
|
return getDataTable(list);
|