|
@@ -854,7 +854,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
|
|
|
String title = params.getString("title");
|
|
String title = params.getString("title");
|
|
Long userId = params.getLong("userId");
|
|
Long userId = params.getLong("userId");
|
|
- String otherType = params.getString("other_type");//AZ
|
|
|
|
|
|
+ String otherType = params.getString("otherType");//AZ
|
|
String path = params.getString("path");
|
|
String path = params.getString("path");
|
|
String buildType = "V3";
|
|
String buildType = "V3";
|
|
|
|
|