|
@@ -46,10 +46,6 @@ public class PrivateStandardController {
|
|
|
*/
|
|
|
@GetMapping("page")
|
|
|
@ApiOperation(value = "分页查询所有数据", notes = "传入分页对象和高级查询对象")
|
|
|
- @ApiImplicitParams({
|
|
|
- @ApiImplicitParam(name = "query", value = "分页对象", required = true),
|
|
|
- @ApiImplicitParam(name = "uWbsPrivateStandard", value = "高级查询对象", required = true)
|
|
|
- })
|
|
|
public R<IPage<PrivateStandard>> selectAll(Query query, PrivateStandard uWbsPrivateStandard) {
|
|
|
try {
|
|
|
Page page = new Page(query.getCurrent(), query.getSize());
|