Merge remote-tracking branch 'origin/DM/10月需求' into DM/10月需求

This commit is contained in:
大米 2024-10-07 08:35:28 +08:00
commit ec08f27eb2
1 changed files with 1 additions and 1 deletions

View File

@ -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);