|
@@ -93,6 +93,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
|
|
|
string sql = string.Format(@" Select v.*, c.IsAuditGM,c.IsPay
|
|
|
From Grp_VisaInfo as v With(Nolock) left Join Grp_CreditCardPayment as c With(Nolock) On v.Id = c.CId
|
|
|
+{0}
|
|
|
And c.CTable = 80 And c.IsDel = 0 ", sqlWhere);
|
|
|
|
|
|
List<VisaInfoView> infoViews = _sqlSugar.SqlQueryable<VisaInfoView>(sql).ToList();
|