容器内调试

This commit is contained in:
wangliwen 2022-07-05 19:33:23 +08:00
parent 45fb520d1a
commit 11f2d4d835
1 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,7 @@ public class ResourceController {
try {
// 文件保存
File file = new File(folder, newName);
logger.info(file.getPath());
uploadFile.transferTo(file);
Optional<SysDeptDTO> deptDTO = Optional.ofNullable(sysDeptService.getByName(bigDateDeptName));
CompletableFuture.runAsync(() -> {