mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-04 11:37:37 +00:00
fix 路径重复
This commit is contained in:
@@ -70,7 +70,7 @@ public class ReconcileOrderController {
|
||||
}
|
||||
|
||||
@Operation(summary = "下载原始交易对账单记录(CSV格式)")
|
||||
@GetMapping("/downOriginal")
|
||||
@GetMapping("/downOriginal2Csv")
|
||||
public ResponseEntity<byte[]> downOriginal2Csv(Long id){
|
||||
return reconcileService.downOriginal2Csv(id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user