rain
2024-06-25 12c17fa208e060a2c4407e2ae70e61957935ae7c
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);
    }