0708 ljc afl模块文件操作以及入库操作以及时序表操作等接口开发,包含分片代码以及文件工具类代码
This commit is contained in:
parent
8a4854554c
commit
6c465c3e31
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user