Commit f9800863 authored by 赵啸非's avatar 赵啸非

添加巴中经开区windows shell

parent e73ad990
...@@ -50,7 +50,7 @@ public class ExceptionHandle { ...@@ -50,7 +50,7 @@ public class ExceptionHandle {
ret.put(KEY_RESULT_MSG, "参数错误,"+ StrUtil.subBefore(e.getMessage(), ";", false)); ret.put(KEY_RESULT_MSG, "参数错误,"+ StrUtil.subBefore(e.getMessage(), ";", false));
} else { } else {
log.error("[system error]", e); log.error("[system error]", e);
response.setStatus(HttpStatus.HTTP_INTERNAL_ERROR); // response.setStatus(HttpStatus.HTTP_INTERNAL_ERROR);
ret.put(KEY_RESULT_MSG, "未知错误!" + e.getMessage()); ret.put(KEY_RESULT_MSG, "未知错误!" + e.getMessage());
} }
return ret.toJSONString(); return ret.toJSONString();
......
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