Finish Hotfix-98
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-01-21 12:21:22 +01:00

View File

@@ -504,7 +504,7 @@ public class SicilianiDMSExportService {
if (sql != null) {
logger.error("[SYNC_ORGCONS]" + sql);
}
throw new Exception(e.getMessage());
throw e;
}
return response;
}