- 浏览: 2691 次
最新评论
文章列表
<aop:config>
<aop:aspect id="SaveBlogAspect" ref="saveLogWithSession">
<aop:pointcut id="SaveBlogPointcut" expression="execution(* com.coo8.bip.*..*.getAllSysCompany(..)) and args(request,..)" />
...