|
@@ -103,6 +103,7 @@ public class BaseService {
|
|
|
}
|
|
|
fos.flush();
|
|
|
} catch (Exception e){
|
|
|
+ log.info("id = {}",id);
|
|
|
throw new RemoteServiceException(e.getMessage());
|
|
|
} finally {
|
|
|
try{
|
|
@@ -110,6 +111,8 @@ public class BaseService {
|
|
|
bis.close();
|
|
|
httpUrl.disconnect();
|
|
|
}catch (Exception e){
|
|
|
+ log.info("id = {}",id);
|
|
|
+ e.printStackTrace();
|
|
|
throw new RemoteServiceException(e.getMessage());
|
|
|
}
|
|
|
}
|