Commit 71ffb161 by tangzhaoqian Committed by chenzg

提交+1

parent d138e6de
...@@ -46,6 +46,7 @@ public class BindingResultAspect { ...@@ -46,6 +46,7 @@ public class BindingResultAspect {
@Before("bindingResultPointCut()") @Before("bindingResultPointCut()")
public void doBefore(JoinPoint point) throws Throwable public void doBefore(JoinPoint point) throws Throwable
{ {
//预留
// handleDataScope(point); // handleDataScope(point);
} }
......
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