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