mirror of
https://gitee.com/dromara/dax-pay
synced 2026-08-10 14:56:06 +08: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