删除pqs-job模块

This commit is contained in:
2024-04-23 09:37:41 +08:00
parent f2c3ce35ea
commit 9492365d0d
246 changed files with 14 additions and 44596 deletions

View File

@@ -283,7 +283,6 @@ public class PmsMonitorController extends BaseController {
public HttpResult<Object> importOracleLedgerToMysql(@ApiParam(value = "文件", required = true) @RequestPart("file") MultipartFile file, HttpServletResponse response) {
String methodDescribe = getMethodDescribe("importOracleLedgerToMysql");
String result = monitorService.importOracleLedgerToMysql(file,response);
if (Objects.isNull(result)) {
return null;
}