代码提交
This commit is contained in:
parent
c8b374b24e
commit
27d359d620
|
|
@ -195,7 +195,7 @@ public class FileManagementController extends BaseController {
|
||||||
return r;
|
return r;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error(e.toString(), e);
|
log.error(e.toString(), e);
|
||||||
return R.fail("请求出错了");
|
return R.fail(e.toString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue