|
|
@@ -106,7 +106,7 @@ public class AppSceneService extends BaseController {
|
|
|
if(user == null){
|
|
|
throw new BusinessException(LoginConstant.FAILURE_CODE_3015, LoginConstant.FAILURE_MSG_3015);
|
|
|
}
|
|
|
- cooperationNumList = sceneCooperationService.getNumByUserIds(Arrays.asList(user.getId()),param.getIsLaser()?"laser":"mesh");
|
|
|
+ cooperationNumList = sceneCooperationService.getNumByUserIds(Arrays.asList(user.getId()),"mesh");
|
|
|
if(cooperationNumList.size() >0){
|
|
|
param.setCooperationNumList(cooperationNumList );
|
|
|
}
|