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