优化批量编辑

This commit is contained in:
2024-08-16 11:21:42 +08:00
parent fa12c182bd
commit d9a7787469

View File

@@ -815,6 +815,7 @@ select id from tmp1 where rk = 1
@Autowired FileService fileService;
@SneakyThrows
public void batchEditExcel(BatchEditDto request) {
var batch = this.batchService.get(request.getBatchId());