mirror of https://gitee.com/stylefeng/roses
【7.1.6】整理代码
parent
087ebbf45d
commit
9de4b27ee1
|
@ -76,8 +76,8 @@ public class MigrationController {
|
|||
* @date 2021/7/7 11:11
|
||||
**/
|
||||
@PostResource(name = "恢复备份数据", path = "/dataMigration/restoreData")
|
||||
public ResponseData<?> restoreData(@RequestPart("file") MultipartFile file,String type) {
|
||||
migrationService.restoreData(file,type);
|
||||
public ResponseData<?> restoreData(@RequestPart("file") MultipartFile file, String type) {
|
||||
migrationService.restoreData(file, type);
|
||||
return new SuccessResponseData<>();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -277,7 +277,6 @@ public class SysUserController {
|
|||
return new SuccessResponseData<>(sysUserService.getAllUserIdList());
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 运维平台接口检测
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue