提交 677779d2 authored 作者: hzh's avatar hzh

代码优化

上级 8117036a
...@@ -7,6 +7,6 @@ package org.dromara.common.ys.exception; ...@@ -7,6 +7,6 @@ package org.dromara.common.ys.exception;
public class YunShangException extends RuntimeException { public class YunShangException extends RuntimeException {
public YunShangException(String message) { public YunShangException(String message) {
super("差旅资源调用失败!"); super("差旅资源调用失败!" + message);
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论