소스 검색

增加自定义灯光,组件贴图查询

xiewenjie 3 년 전
부모
커밋
e6eb9b7bee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sxz-core/src/main/java/com/fdkk/sxz/webApi/controller/custom/CustomComponentMaterialApiController.java

+ 1 - 1
sxz-core/src/main/java/com/fdkk/sxz/webApi/controller/custom/CustomComponentMaterialApiController.java

@@ -31,7 +31,7 @@ public class CustomComponentMaterialApiController extends BaseController {
 
 
     @ApiOperation("定制家具——获取定制家具-组件材质列表")
-    @RequestMapping(value = "/findAllCustomMaterialList", method = RequestMethod.POST)
+    @RequestMapping(value = "/findAllMaterialList", method = RequestMethod.POST)
     @NoAuthentication
     @AroundLog(name = "定制家具——获取定制家具-组件材质列表")
     public Result findAllCustomMaterialList(RequestComponentMaterial params) {