release- 新增表tb_artist_register,不再做复杂查询

release-2024-08-08
huangyawei 6 months ago
parent 0ba6c3dc44
commit 92997c4a67

@ -78,7 +78,7 @@ public class ArtistController {
@ApiOperation(value = "分页显示音乐人列表", notes = "分页显示音乐人列表-按审核状态查询音乐人列表")
@PostMapping("/app/list/{page}/{size}")
public Result<PageResult<ArtistInfo>> getArtistList(@ApiParam(value = "Header中的token信息", required = true) @RequestHeader("Authorization") String token,
public Result<PageResult<ArtistRegister>> getArtistList(@ApiParam(value = "Header中的token信息", required = true) @RequestHeader("Authorization") String token,
@ApiParam(value = "查询条件", required = true) @RequestBody ArtistSearchDto artistSearchDto,
@ApiParam(value = "页码", required = true) @PathVariable Integer page,
@ApiParam(value = "每页条数", required = true) @PathVariable Integer size) {

Loading…
Cancel
Save