|
@@ -59,7 +59,7 @@ public class FileController extends BaseController {
|
|
|
return success(bimFaceVO);
|
|
|
}
|
|
|
@GetMapping("/fileInfo/i/{id}")
|
|
|
- public Result fileInfoById(@PathVariable("fileId") String id) {
|
|
|
+ public Result fileInfoById(@PathVariable("id") String id) {
|
|
|
BimFaceEntity bimFaceEntity = bimFaceService.getById(id);
|
|
|
BimFaceVO bimFaceVO = new BimFaceVO();
|
|
|
BeanUtil.copyProperties(bimFaceEntity,bimFaceVO);
|