|
|
|
@@ -43,7 +43,7 @@ public class InvestDemandController extends InvestBaseController { |
|
|
|
@SystemServiceLog |
|
|
|
@ApiOperation(value = "分页列表接口") |
|
|
|
@GetMapping("/list") |
|
|
|
public InvestResultData<InvestPageResult<InvestDemandVo>> list(@RequestBody InvestPageQuery<InvestDemandDto> params) { |
|
|
|
public InvestResultData<InvestPageResult<InvestDemandVo>> list(InvestPageQuery<InvestDemandDto> params) { |
|
|
|
return execute(params, p -> investBizService.queryPageDemand(p)); |
|
|
|
} |
|
|
|
|
|
|
|
|