|
@@ -168,6 +168,7 @@ public class BimFaceServiceImpl extends ServiceImpl<BimFaceMapper, BimFaceEntity
|
|
|
translateDTO.setCallback(bimConfig.getWebSite()+"/bim/call/translate/"+bimFaceEntity.getId());
|
|
|
Map<String, Object> config=new HashMap<>();
|
|
|
config.put("toBimtiles",true);
|
|
|
+ config.put("bimtilesVersion","V2");
|
|
|
translateDTO.setConfig(config);
|
|
|
BimResult<FileBean> translate = bimFaceClient.translate(translateDTO);
|
|
|
if (translate.getCode().equalsIgnoreCase("success")&& ObjectUtil.isNotNull(translate.getData())) {
|