|
@@ -112,6 +112,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
if(!roleIds.contains(6L)){
|
|
if(!roleIds.contains(6L)){
|
|
//param.setUserId(user.getId());
|
|
//param.setUserId(user.getId());
|
|
param.setIsDel(false);
|
|
param.setIsDel(false);
|
|
|
|
+ param.setNeStatus(-2); //公司员工看不到封档的场景
|
|
}
|
|
}
|
|
}
|
|
}
|
|
List<String> numList = tmContractorNumService.getNumListByCompanyId(user.getCompanyId());
|
|
List<String> numList = tmContractorNumService.getNumListByCompanyId(user.getCompanyId());
|