|
@@ -44,6 +44,6 @@ public class EduPhotoController extends BaseController {
|
|
@ApiOperation("分页查询")
|
|
@ApiOperation("分页查询")
|
|
@PostMapping(value = "queryPage")
|
|
@PostMapping(value = "queryPage")
|
|
public Object queryPage(PhotoQueryInfo queryInfo) {
|
|
public Object queryPage(PhotoQueryInfo queryInfo) {
|
|
- return succeed(photoService.queryPage(queryInfo));
|
|
|
|
|
|
+ return succeed(photoService.queryPhotoPage(queryInfo));
|
|
}
|
|
}
|
|
}
|
|
}
|