|
@@ -46,27 +46,13 @@ import java.util.Map;
|
|
|
public class BuildZXGDSceneServiceImpl implements IBuildSceneService {
|
|
public class BuildZXGDSceneServiceImpl implements IBuildSceneService {
|
|
|
public static final String logUrlFormat = "**algorithm-log**: [%sbuild_log/%s/zxgd/console.log](%sbuild_log/%s/zxgd/console.log)";
|
|
public static final String logUrlFormat = "**algorithm-log**: [%sbuild_log/%s/zxgd/console.log](%sbuild_log/%s/zxgd/console.log)";
|
|
|
|
|
|
|
|
- @Value("${queue.modeling.e57.modeling-post}")
|
|
|
|
|
|
|
+ @Value("${queue.modeling.zxgd.modeling-post:zxgd-modeling-post}")
|
|
|
private String queueModelingPost;
|
|
private String queueModelingPost;
|
|
|
- @Value("${model.type:#{null}}")
|
|
|
|
|
- private String modelType;
|
|
|
|
|
- @Value("${env:gn}")
|
|
|
|
|
- private String env;
|
|
|
|
|
- @Value("#{'${build.scene.post.not-delete-nas-nums:}'.split(',')}")
|
|
|
|
|
- private List<String> notDeleteNasNumList;
|
|
|
|
|
- @Value("${queue.application.laser.e57-modeling-done:e57-modeling-done}")
|
|
|
|
|
- private String queueE57ModelingDone;
|
|
|
|
|
- @Autowired
|
|
|
|
|
- private RabbitMqProducer mqProducer;
|
|
|
|
|
@Resource
|
|
@Resource
|
|
|
private FYunFileServiceInterface fYunFileService;
|
|
private FYunFileServiceInterface fYunFileService;
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private FYunFileConfig fYunFileConfig;
|
|
private FYunFileConfig fYunFileConfig;
|
|
|
@Autowired
|
|
@Autowired
|
|
|
- private IScenePlusService scenePlusService;
|
|
|
|
|
- @Autowired
|
|
|
|
|
- private IScenePlusExtService scenePlusExtService;
|
|
|
|
|
- @Autowired
|
|
|
|
|
private IBuildSceneDTService buildSceneDTService;
|
|
private IBuildSceneDTService buildSceneDTService;
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private IBuildService buildService;
|
|
private IBuildService buildService;
|