Commit 739ba98d by tangzhaoqian

提交+1

parent d0b25cc8
...@@ -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