소스 검색

基建工程

wangzhe 1 년 전
부모
커밋
b7125e4c54
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruoyi-admin/src/main/java/com/ruoyi/web/controller/zdsz/ZEngineeringInfrastructureController.java

+ 1 - 1
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zdsz/ZEngineeringInfrastructureController.java

@@ -34,7 +34,7 @@ import com.ruoyi.common.core.page.TableDataInfo;
 @Validated
 @RequiredArgsConstructor
 @RestController
-@RequestMapping("/system/engineeringInfrastructure")
+@RequestMapping("/zdsz/engineeringInfrastructure")
 public class ZEngineeringInfrastructureController extends BaseController {
 
     private final IZEngineeringInfrastructureService iZEngineeringInfrastructureService;