|
@@ -114,10 +114,8 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
param.setIsDel(false);
|
|
|
}
|
|
|
}
|
|
|
- if(user.getCompanyId() != null){
|
|
|
- List<String> numList = tmContractorNumService.getNumListByCompanyId(user.getCompanyId());
|
|
|
- param.setCooperateSceneCodes(numList);
|
|
|
- }
|
|
|
+ List<String> numList = tmContractorNumService.getNumListByCompanyId(user.getCompanyId());
|
|
|
+ param.setCooperateSceneCodes(numList);
|
|
|
if(param.getType() == 2 || param.getType() == 6){ //深时
|
|
|
return laserService.pageList(param);
|
|
|
}
|