jiangjc 10 months ago
parent
commit
eb71f8b64c

+ 1 - 0
OASystem/OASystem.Infrastructure/Repositories/Groups/VisaPriceRepository.cs

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