Merge branch 'master' into develop
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -24,7 +24,7 @@ public class ImportScheduledOperationRunner extends BaseScheduledOperationRunner
|
|||||||
ImportRequestDTO importRequestDTO = new ImportRequestDTO(
|
ImportRequestDTO importRequestDTO = new ImportRequestDTO(
|
||||||
getDtoInstance().getPathFile(),
|
getDtoInstance().getPathFile(),
|
||||||
getDtoInstance().getWhereCond(),
|
getDtoInstance().getWhereCond(),
|
||||||
getDtoInstance().getWhereCond());
|
getDtoInstance().getRawContent());
|
||||||
|
|
||||||
String baseUrl = "http://localhost:" + port + "/ems-api";
|
String baseUrl = "http://localhost:" + port + "/ems-api";
|
||||||
StringBuilder jsonResponse = new StringBuilder();
|
StringBuilder jsonResponse = new StringBuilder();
|
||||||
|
|||||||
Reference in New Issue
Block a user