|
@@ -113,6 +113,7 @@ public class LaserController extends BaseController {
|
|
|
ScenePlus scenePlus = scenePlusService.getByNum(num);
|
|
|
if(scenePlus != null){
|
|
|
vo.setNum(scenePlus.getNum());
|
|
|
+ vo.setTitle(scenePlus.getTitle());
|
|
|
userId = scenePlus.getUserId();
|
|
|
ScenePlusExt byPlusId = scenePlusExtService.getByPlusId(scenePlus.getId());
|
|
|
if(byPlusId !=null){
|