Commit 787abdb3 authored by yanzg's avatar yanzg

修改代码

parent 71bc51e9
...@@ -72,7 +72,7 @@ public class YzgErrorData { ...@@ -72,7 +72,7 @@ public class YzgErrorData {
* @param args 异常数据 * @param args 异常数据
*/ */
public CodeTargetException getCodeTargetException(String code, Object target, Object... args) { public CodeTargetException getCodeTargetException(String code, Object target, Object... args) {
return getCodeTargetException(null, target, code, args); return getCodeTargetException(null, code, target, args);
} }
/** /**
......
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