提交 0b4f2487 编写于 作者: zhouweidong's avatar zhouweidong

逻辑支持动态系统业务标记,将File改为Resource直接读取classpath中的处理逻辑

上级 d9cda776
......@@ -652,6 +652,9 @@ public class DELogicAspect {
if (entity != null) {
executeBeforeLogic(entity, action, isDyna, dynaInstId);
Object result = point.proceed();
if("get".equalsIgnoreCase(action) && result instanceof EntityBase){
entity = (EntityBase) result;
}
executeLogic(entity, action, isDyna, dynaInstId);
executeAfterLogic(entity, action, isDyna, dynaInstId);
return result;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册