|
@@ -452,7 +452,8 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
ccp.OrbitalPrivateTransfer,
|
|
|
ccp.OtherBankName,
|
|
|
ccp.OtherSideName,
|
|
|
- ccp.OtherSideNo
|
|
|
+ ccp.OtherSideNo,
|
|
|
+ ccp.IsAuditGM
|
|
|
From Grp_DecreasePayments dp With(NoLock)
|
|
|
Left Join Grp_CreditCardPayment ccp With(NoLock) On dp.Id = ccp.CId And dp.DiId = ccp.DIId And ccp.CTable = 98
|
|
|
Where dp.IsDel = 0 And dp.Id = {dto.Id}");
|