jiangjc преди 1 година
родител
ревизия
eb71f8b64c
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      OASystem/OASystem.Infrastructure/Repositories/Groups/VisaPriceRepository.cs

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