|
@@ -856,6 +856,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
Long userId = params.getLong("userId");
|
|
|
String otherType = params.getString("otherType");//AZ
|
|
|
String path = params.getString("path");
|
|
|
+ Long sourceId = params.getLong("sourceId");
|
|
|
String buildType = "V3";
|
|
|
|
|
|
String num = scene3dNumService.generateSceneNum(null);
|
|
@@ -868,6 +869,8 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
scenePlus.setUserId(userId);
|
|
|
scenePlus.setPayStatus(PayStatus.PAY.code());
|
|
|
scenePlus.setSceneStatus(CommonOperStatus.WAITING.code());
|
|
|
+ scenePlus.setOtherType(otherType);
|
|
|
+ scenePlus.setSourceId(sourceId);
|
|
|
if("AZ".equals(otherType)){
|
|
|
num = "AZ-" + num;
|
|
|
scenePlus.setSceneSource(SceneSource.ZT.code());
|