mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 01:25:28 +08:00
表单创建和提交
This commit is contained in:
parent
5e619f7924
commit
8d9cd66b2c
@ -47,7 +47,7 @@ public class ExceptionHandle {
|
||||
} else {
|
||||
log.warn(e.getMessage(), e);
|
||||
}
|
||||
return new ResponseEntity<>(result, HttpStatus.OK);
|
||||
return new ResponseEntity<>(result, HttpStatus.INTERNAL_SERVER_ERROR);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user