|
|
|
@ -55,7 +55,7 @@ public class TopicController { |
|
|
|
private TopicService topicService; |
|
|
|
|
|
|
|
@GetMapping("page") |
|
|
|
@DataFilter(tableAlias = "temp", deptId = "grid_id", prefix = "AND", isPendingCreator = false) |
|
|
|
// @DataFilter(tableAlias = "temp", deptId = "grid_id", prefix = "AND", isPendingCreator = false)
|
|
|
|
public Result<PageData<TopicDTO>> page(@RequestParam Map<String, Object> params){ |
|
|
|
PageData<TopicDTO> page = topicService.listTopic(params); |
|
|
|
return new Result<PageData<TopicDTO>>().ok(page); |
|
|
|
|