Commit 81abf079 authored by hongguangwu's avatar hongguangwu

1.7.20-非扣税银企

parent f6275807
......@@ -159,11 +159,11 @@ public class IcbcTransactionFlowIssueController {
@Operation(summary = "定时任务获取回单文件", description = "定时任务获取回单文件")
@Inner
@PostMapping("/inner/getPdfFile")
public R getPdfFile() throws IOException {
public R getPdfFile() throws Exception {
// 工资
icbcTransactionFlowIssueService.getPdfFile();
// 非扣税
//icbcTransactionFlowIssueService.getPdfFileByNoTax();
icbcTransactionFlowIssueService.getPdfFileByNoTax(null);
return R.ok();
}
......
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