0708 ljc afl模块文件操作以及入库操作以及时序表操作等接口开发,包含分片代码以及文件工具类代码

This commit is contained in:
HopeLi 2025-07-11 17:54:13 +08:00
parent 8a4854554c
commit 6c465c3e31

View File

@ -77,7 +77,7 @@ public class AflManagerController {
@PostMapping(path="/findCrashesCount")
public CommonResult<AflCrashesResp> findCrashCountNow(@RequestBody @Valid AflManagerReq req) throws SftpUploadUtil.SftpUploadException {
public CommonResult<AflCrashesResp> findCrashesCount(@RequestBody @Valid AflManagerReq req) throws SftpUploadUtil.SftpUploadException {
AflCrashesResp resp = aflCrashesInfoService.findCrashesCount(req);