@@ -73,9 +73,7 @@ public class ActZprocessServiceImpl extends ServiceImpl<ActZprocessMapper, ActZp
if(list==null||list.size()==0){
return;
}
- list.forEach(item -> {
- item.setLatest(false);
- });
+ list.forEach(item -> item.setLatest(false));
this.updateBatchById(list);