Commit 3de00343 by 陶光胜

init

parent 91061273
......@@ -67,7 +67,7 @@ public class GlobalExceptionHandler {
.append(fieldError.getDefaultMessage())
.append(",");
});
return getRestResponse(StoreGroupErrorEnum.Error.getCode(), errorMessage.toString());
return getRestResponse(ErrorCode.SYSTEM_ERROR.getErrorCode(), errorMessage.toString());
}
@ResponseBody
......
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