|
|
@ -30,14 +30,14 @@ import java.util.Map; |
|
|
|
@Slf4j |
|
|
|
@Slf4j |
|
|
|
@RestController |
|
|
|
@RestController |
|
|
|
@RequestMapping("/sys/file/repair") |
|
|
|
@RequestMapping("/sys/file/repair") |
|
|
|
public class FIleRepairController { |
|
|
|
public class FileRepairController { |
|
|
|
|
|
|
|
|
|
|
|
private final String storagePath; |
|
|
|
private final String storagePath; |
|
|
|
private final SysUserService userService; |
|
|
|
private final SysUserService userService; |
|
|
|
private final DirectoryService directoryService; |
|
|
|
private final DirectoryService directoryService; |
|
|
|
private final SysFileService fileService; |
|
|
|
private final SysFileService fileService; |
|
|
|
|
|
|
|
|
|
|
|
public FIleRepairController(CustomProperties customProperties, |
|
|
|
public FileRepairController(CustomProperties customProperties, |
|
|
|
SysUserService userService, |
|
|
|
SysUserService userService, |
|
|
|
DirectoryService directoryService, |
|
|
|
DirectoryService directoryService, |
|
|
|
SysFileService fileService) { |
|
|
|
SysFileService fileService) { |