inserito rawcontent nella chiamata al servizio di import

This commit is contained in:
2025-11-04 10:13:20 +01:00
parent a25dc83d30
commit e7082aef49

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();