|
@@ -73,7 +73,7 @@ public class CommonServiceImpl implements ICommonService {
|
|
|
@Value("#{'${camType.laser:}'.split(',')}")
|
|
|
private List<Integer> laserCamTypeList;
|
|
|
|
|
|
- @Value("${scene.status.url}")
|
|
|
+ @Value("${build.status.url}")
|
|
|
private String sceneStatusUrl;
|
|
|
|
|
|
@Autowired
|