This commit is contained in:
@@ -74,6 +74,8 @@ public class MigrationController {
|
||||
dockView.setGeoNameEn(geoEnName);
|
||||
dockView.setViewerName(user == null ? "guest" : user.getFullName());
|
||||
dockView.setDocName(file.getOriginalFileName());
|
||||
|
||||
dockViewRepository.save(dockView);
|
||||
}
|
||||
|
||||
return ResponseEntity.ok("fill old dock view");
|
||||
|
||||
Reference in New Issue
Block a user