|
@@ -40,7 +40,7 @@ public class TransferRecordController {
|
|
|
|
|
|
|
|
@GetMapping(value = "queryTransferRecords")
|
|
@GetMapping(value = "queryTransferRecords")
|
|
|
@ApiOperation("查看转单记录分页数据")
|
|
@ApiOperation("查看转单记录分页数据")
|
|
|
- public Result queryTransferRecords(@RequestAttribute Long userId, @RequestParam Long page, @RequestParam Long limit, @RequestParam Long orderId) {
|
|
|
|
|
|
|
+ public Result queryTransferRecords( @RequestParam Long page, @RequestParam Long limit, @RequestParam Long orderId) {
|
|
|
return transferRecordService.transferRecordById(page, limit, orderId);
|
|
return transferRecordService.transferRecordById(page, limit, orderId);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|