Commit ad44d4d7 authored by yanzg's avatar yanzg

修改保存历史记录

parent d7ba076a
......@@ -80,9 +80,9 @@ public class ExceptionHelper {
private static ResponseResult getError(String code, String msg, Object target, boolean isFull) {
if (isFull) {
return ResponseResult.error(code, msg);
} else {
return ResponseResult.error(code, msg, target);
} else {
return ResponseResult.error(code, msg);
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment