fix
This commit is contained in:
@@ -79,7 +79,7 @@ public class WxArticleController {
|
||||
@PostMapping("/clerk/listByPage")
|
||||
public R clerkListByPage(@Validated @RequestBody PlayClerkArticleQueryVo vo) {
|
||||
vo.setClerkId(ThreadLocalRequestDetail.getClerkUserInfo().getId());
|
||||
return R.ok(playClerkArticleInfoService.selectByPage(vo));
|
||||
return R.ok(playClerkArticleInfoService.selectByPage(vo,true));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user