容器内调试
This commit is contained in:
parent
45fb520d1a
commit
11f2d4d835
|
@ -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(() -> {
|
||||
|
|
Loading…
Reference in New Issue