|
@@ -62,6 +62,7 @@ public class LaserService {
|
|
|
String newBasePath = basePath;
|
|
|
//String newBasePath = basePath.contains("uat")? basePath += "/uat" : basePath;
|
|
|
newBasePath = newBasePath.contains("dev")? newBasePath += "/dev" : newBasePath;
|
|
|
+ newBasePath = newBasePath.replace("/backend","");
|
|
|
for (Object o : list) {
|
|
|
String res = JSONObject.toJSONString(o);
|
|
|
SceneVo vo = JSONObject.parseObject(res,SceneVo.class);
|