瀏覽代碼

提成计算部分修改

yuanrf 8 月之前
父節點
當前提交
b261e33ba0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OASystem/OASystem.Api/Controllers/FinancialController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/FinancialController.cs

@@ -5106,7 +5106,7 @@ Group by PriceType ", dto.diId);
                     .And(
                         (x, a, b) => x.IsDel == 0 && x.CreateUserId == userId && (b.IsAuditGM == 1 || b.IsAuditGM == 3)
                         && a.IsDel == 0 && a.VisitDate >= StartDateTime && a.VisitDate <= EndDateTime && b.IsDel == 0 && x.IsThird == 0 && x.PassengerType == 974
-                        && a.IsSure == 1 && auditState.Contains(b.IsAuditGM) && x.PassengerType == 974
+                        && a.IsSure == 1 && auditState.Contains(b.IsAuditGM)
                     );
                 var listVisa = _sqlSugar.Queryable<Grp_VisaInfo, Grp_DelegationInfo, Grp_CreditCardPayment>((x, a, b) => new
                     JoinQueryInfos(