Commit 01e27774 authored by shiyu's avatar shiyu

成交价格2

parent f18a4402
......@@ -45,8 +45,8 @@ public class BidRecordController {
@PostMapping("/findDetail")
@ApiOperation(value = "查询成交明细")
public Result findDetail(@RequestBody BidRecordRequestDto record) {
BidRecordVo bidRecordVo = bidRecordService.queryById(record.getId());
return Result.success(bidRecordVo);
BidRecord bidRecord = bidRecordService.queryById(record.getId());
return Result.success(bidRecord);
}
@PostMapping("/update")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment