Przeglądaj źródła

更新参数错误

xiewj 2 lat temu
rodzic
commit
7c23273e6b

+ 1 - 1
src/main/java/com/fdkk/bim/controller/FileController.java

@@ -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);