提交 2c08c1bd 编写于 作者: hebao@lab.ibiz5.com's avatar hebao@lab.ibiz5.com

bug修复:业务系统同步实体信到dst系统问题

上级 66918ab5
......@@ -142,6 +142,7 @@ public class LiteCoreService {
MetaModule module = modulesMap.get(moduleId);
entity.setModuleId(module.getId());
entity.setModuleName(module.getName());
entity.setModule(module);
}
});
//移除无效资源
......@@ -151,12 +152,12 @@ public class LiteCoreService {
// moduleService.removeBatch(delModule.keySet());
//存储或更新资源saveOrUpdate
if(modulesMap.size()>0)
moduleService.saveBatch(modulesMap.values());
if(create.size()>0&&saveMode!=ONLYUPDATE)
entityService.createBatch(create);
if(update.size()>0&&saveMode!=ONLYCREATE)
entityService.updateBatch(update);
if(modulesMap.size()>0)
moduleService.saveBatch(modulesMap.values());
}
/**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册