pbom-报表获取变更记录
This commit is contained in:
parent
020b18afd4
commit
8434168cca
|
|
@ -493,7 +493,7 @@ public class ForwardReportService {
|
||||||
UpdateLogVO newEnt =new UpdateLogVO();
|
UpdateLogVO newEnt =new UpdateLogVO();
|
||||||
BeanUtil.copyProperties(oldEnd,newEnt);
|
BeanUtil.copyProperties(oldEnd,newEnt);
|
||||||
newEnt.setOpType(BomConstant.DEL);
|
newEnt.setOpType(BomConstant.DEL);
|
||||||
|
result.add(newEnt);
|
||||||
}
|
}
|
||||||
//新增
|
//新增
|
||||||
Set<String> add= Sets.difference(newSet,oldSet);
|
Set<String> add= Sets.difference(newSet,oldSet);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue