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