|
@@ -196,7 +196,7 @@ public class ExtractConfigController {
|
|
return new ResponseEntity<Object>(HttpStatus.OK);
|
|
return new ResponseEntity<Object>(HttpStatus.OK);
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
- return new ResponseEntity<Object>(new ErrorMsg("导出失败"),HttpStatus.OK);
|
|
|
|
|
|
+ return new ResponseEntity<Object>(new ErrorMsg(e.getMessage()),HttpStatus.OK);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|