|
|
@@ -306,7 +306,7 @@ public class JmgaServiceImpl implements IJmgaService {
|
|
|
if(scenePlusExt == null){
|
|
|
scenePlusExt = new ScenePlusExt();
|
|
|
scenePlusExt.setPlusId(scenePlus.getId());
|
|
|
- scenePlusExt.setWebSite("/" + sceneProNewUrl);
|
|
|
+ scenePlusExt.setWebSite("/" + sceneProNewUrl + scenePlus.getNum());
|
|
|
String fileId = sceneFileBuildService.getFileId(snCode, uniCode);
|
|
|
scenePlusExt.setDataSource(ConstantFilePath.BUILD_MODEL_PATH + snCode + File.separator + fileId + File.separator + uniCode);
|
|
|
scenePlusExtService.save(scenePlusExt);
|