提交 69c05390 编写于 作者: sq3536's avatar sq3536

id初始化

上级 76b38834
......@@ -66,11 +66,11 @@ public class IBZEmp2UserAspect
beforeSaveEmp(point);
}
@Before(value = "execution(* cn.ibizlab.core.ou.service.IIBZEmployeeService.creat*(..))")
@Before(value = "execution(* cn.ibizlab.core.ou.service.IIBZDepartmentService.creat*(..))")
public void BeforeCreateDept(JoinPoint point) throws Exception {
beforeSaveDept(point);
}
@Before(value = "execution(* cn.ibizlab.core.ou.service.IIBZEmployeeService.sav*(..))")
@Before(value = "execution(* cn.ibizlab.core.ou.service.IIBZDepartmentService.sav*(..))")
public void BeforeSaveDept(JoinPoint point) throws Exception {
beforeSaveDept(point);
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册