mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-06 04:27:55 +00:00
ref 对账差异明细
This commit is contained in:
@@ -69,6 +69,12 @@ public class ReconcileOrderController {
|
||||
return reconcileService.downOriginal(id);
|
||||
}
|
||||
|
||||
@Operation(summary = "下载原始交易对账单记录(CSV格式)")
|
||||
@GetMapping("/downOriginal")
|
||||
public ResponseEntity<byte[]> downOriginal2Csv(Long id){
|
||||
return reconcileService.downOriginal2Csv(id);
|
||||
}
|
||||
|
||||
@Operation(summary = "对账单分页")
|
||||
@GetMapping("/page")
|
||||
public ResResult<PageResult<ReconcileOrderDto>> page(PageParam pageParam, ReconcileOrderQuery query){
|
||||
|
Reference in New Issue
Block a user