inserito rawcontent nella chiamata al servizio di import
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user