builderWhere.AppendFormat(" or ( a.{0}={1} and a.{2}={3} ) ",nameof(RB_Account_ViewModel.AccountType),(int)item.AccountType,nameof(RB_Account_ViewModel.AccountId),item.AccountId);
builderWhere.AppendFormat(" or ( a.{0}={1} and a.{2}={3} ) ",nameof(RB_Account_ViewModel.AccountType),(int)item.AccountType,nameof(RB_Account_ViewModel.AccountId),item.AccountId);
}
else{
else
{
builderWhere.AppendFormat(" ( a.{0}={1} and a.{2}={3} ) ",nameof(RB_Account_ViewModel.AccountType),(int)item.AccountType,nameof(RB_Account_ViewModel.AccountId),item.AccountId);