Merge remote-tracking branch 'origin/DM/10月需求' into DM/10月需求
This commit is contained in:
commit
ec08f27eb2
|
|
@ -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