@@ -257,7 +257,7 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
this.writeSceneJson(sceneCode, videosJson,sceneEditInfo, sceneEditInfoExt, sceneEditControls, scenePlus,scenePlusExt,company);
- createQrCode(sceneCode, scenePlusExt, company.getQrLogo());
+ createQrCode(sceneCode, scenePlusExt, ObjectUtils.isEmpty(company) ? null : company.getQrLogo());
//计算成功,通知APP
Integer pushChannel = fdageData.getInteger("pushChannel");