zxl
2025-10-17 9e11e94f8a92a62695657bb2b3b59a1cf47058a5
ycl-server/src/main/java/com/ycl/platform/service/impl/YwPointServiceImpl.java
@@ -170,6 +170,7 @@
     */
    @Override
    public Result removeById(String id) {
        log.info("执行删除方法-------------------");
        if (baseMapper.deleteById(id) > 0) {
            return Result.ok("删除成功");
        }
@@ -340,6 +341,7 @@
            needUpdateUnit) throws IOException, ExecutionException, InterruptedException {
        List<Map<String, String>> list = EasyExcelImportUtils.makeData(file);
        List<PointExport> dataList = new ArrayList<>();
//        Consumer<List<PointExport>> consumer = (dataList) -> {
//            try {
//                this.updatePoint(dataList, unitId, startTime, endTime, needUpdateUnit);