|
@@ -201,6 +201,7 @@ public class ThreadService {
|
|
|
ShellUtil.yunUpload(localGlbPath,ossPath);
|
|
|
ossGlbPaths.add(queryPath +ossPath+"/tileset.json");
|
|
|
}
|
|
|
+ log.info("转换完成修改数据库:{}:{}",ossGlbPaths,modelId);
|
|
|
String ossGlbPath = JSONArray.toJSONString(ossGlbPaths);
|
|
|
LambdaUpdateWrapper<Model> wrapper = new LambdaUpdateWrapper<>();
|
|
|
wrapper.eq(Model::getModelId,modelId);
|