|
|
@@ -209,7 +209,6 @@ public class PublicController extends BaseController {
|
|
|
}
|
|
|
} catch (IOException e) {
|
|
|
LoggerUtils.fmtError(getClass(), e, "IO错误:%s", e.getMessage());
|
|
|
- res.getError().add(buildError(ErrorConstants.FILE_NON_EXISTENT));
|
|
|
} finally {
|
|
|
try {
|
|
|
if (null != in) {
|
|
|
@@ -217,7 +216,6 @@ public class PublicController extends BaseController {
|
|
|
}
|
|
|
} catch (IOException e) {
|
|
|
LoggerUtils.fmtError(getClass(), e, "IO错误:%s", e.getMessage());
|
|
|
- res.getError().add(buildError(ErrorConstants.FILE_NON_EXISTENT));
|
|
|
}
|
|
|
try {
|
|
|
if (null != out) {
|
|
|
@@ -225,7 +223,6 @@ public class PublicController extends BaseController {
|
|
|
}
|
|
|
} catch (IOException e) {
|
|
|
LoggerUtils.fmtError(getClass(), e, "IO错误:%s", e.getMessage());
|
|
|
- res.getError().add(buildError(ErrorConstants.FILE_NON_EXISTENT));
|
|
|
}
|
|
|
}
|
|
|
return res;
|