소스 검색

重定位

dengsixing 4 일 전
부모
커밋
98157fdbe7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/fdkankan/contro/mq/service/impl/BuildSxRelocationServiceImpl.java

+ 1 - 1
src/main/java/com/fdkankan/contro/mq/service/impl/BuildSxRelocationServiceImpl.java

@@ -49,7 +49,7 @@ public class BuildSxRelocationServiceImpl implements IBuildSceneService {
 
     @Value("${queue.modeling.modeling-call}")
     private String queueModelingCall;
-    @Value("${queue.modeling.sx.modeling-sx-post:modeling-sx-post}")
+    @Value("${queue.modeling.sx-relocation-post:sx-relocation-post}")
     private String queueModelingPost;
     @Value("${model.type:#{null}}")
     private String modelType;