@ -52,7 +52,7 @@ namespace CustomerBaoGuan.Application
//管理员可以查看全部人的数据
var viewAllConfig = _repDict.FirstOrDefault(x => x.Key == "CustBaoGuanViewAllId");
string[] arrViewAll = null;
if (viewAllConfig == null && !string.IsNullOrEmpty(viewAllConfig.Value))
if (viewAllConfig != null && !string.IsNullOrEmpty(viewAllConfig.Value))
{
arrViewAll = viewAllConfig.Value.Split(",");
}