fix:构建请求

This commit is contained in:
zhangwenzan 2025-07-24 16:07:43 +08:00
parent 09076fe6a5
commit 971e4c42fb
1 changed files with 0 additions and 5 deletions

View File

@ -308,9 +308,4 @@ public class CrmInstrumentController {
}
@PostMapping(value = "/getTaxPreCheckUsage/{queryDate}")
public Result getTaxPreCheckUsage(@PathVariable("queryDate") @DateTimeFormat(pattern = "yyyy-MM-dd") LocalDate queryDate) throws IOException {
return Result.ok(iCrmUserAnalyseService.addUserAnalyse(queryDate));
}
}