Merge branch 'master' into develop
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-04 10:16:56 +01:00

View File

@@ -24,7 +24,7 @@ public class ImportScheduledOperationRunner extends BaseScheduledOperationRunner
ImportRequestDTO importRequestDTO = new ImportRequestDTO(
getDtoInstance().getPathFile(),
getDtoInstance().getWhereCond(),
getDtoInstance().getWhereCond());
getDtoInstance().getRawContent());
String baseUrl = "http://localhost:" + port + "/ems-api";
StringBuilder jsonResponse = new StringBuilder();