查看全部bug

main
wanghaomei 1 year ago
parent 216f057df1
commit 25ab9c1993

@ -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(",");
}

Loading…
Cancel
Save