src/main/java/com/dji/sample/media/service/impl/FileServiceImpl.java
@@ -222,7 +222,8 @@ .collect(Collectors.toList()); LambdaUpdateWrapper<LotInfo> updateWrapper = new LambdaUpdateWrapper<>(); updateWrapper.in(LotInfo::getId, ids) .set(LotInfo::getInvestigate, 1); .set(LotInfo::getInvestigate, 1) .set(LotInfo::getIsPlan,1); patchesMapper.update(null, updateWrapper); }