|
@@ -114,10 +114,12 @@ public class LaserController extends BaseController {
|
|
if(scenePlus != null){
|
|
if(scenePlus != null){
|
|
vo.setNum(scenePlus.getNum());
|
|
vo.setNum(scenePlus.getNum());
|
|
vo.setTitle(scenePlus.getTitle());
|
|
vo.setTitle(scenePlus.getTitle());
|
|
|
|
+ vo.setCreateTime(scenePlus.getCreateTime());
|
|
userId = scenePlus.getUserId();
|
|
userId = scenePlus.getUserId();
|
|
ScenePlusExt byPlusId = scenePlusExtService.getByPlusId(scenePlus.getId());
|
|
ScenePlusExt byPlusId = scenePlusExtService.getByPlusId(scenePlus.getId());
|
|
if(byPlusId !=null){
|
|
if(byPlusId !=null){
|
|
vo.setShootCount(byPlusId.getShootCount());
|
|
vo.setShootCount(byPlusId.getShootCount());
|
|
|
|
+ vo.setAlgorithmTime(byPlusId.getAlgorithmTime());
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if(userId != null){
|
|
if(userId != null){
|