Commit 966569f1 authored by xuepeng.chang's avatar xuepeng.chang

错误类型修改

parent 188da24e
......@@ -91,7 +91,7 @@ public class BehaviorInterceptor implements HandlerInterceptor {
validateBehavior.setData(data);
boolean validate = behaviorContext.validate(validateBehavior);
if(!validate){
throw new BizException(BizExceptionEnum.FAIL_JI_GUANG_VALIDATE);
throw new SilentBizException(BizExceptionEnum.FAIL_JI_GUANG_VALIDATE);
}
return validate;
}
......
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