删除pqs-job模块
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user