|
@@ -209,7 +209,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
C.IsAuditMF = 0;
|
|
|
C.AuditMFOperate = 0;
|
|
|
C.AuditMFDate = "";
|
|
|
- C.IsAuditGM = auto ? 3 : 0;
|
|
|
+ C.IsAuditGM = 0;
|
|
|
C.AuditGMOperate = 21;
|
|
|
C.AuditGMDate = "";
|
|
|
|
|
@@ -333,7 +333,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
OrbitalPrivateTransfer = dto.OrbitalPrivateTransfer,
|
|
|
DayRate = grp_CreditCardPayment.DayRate,
|
|
|
RMBPrice = grp_CreditCardPayment.RMBPrice,
|
|
|
- IsAuditGM = auto ? 3 : grp_CreditCardPayment.IsAuditGM
|
|
|
+ //IsAuditGM = auto ? 3 : grp_CreditCardPayment.IsAuditGM
|
|
|
})
|
|
|
.ExecuteCommandAsync();
|
|
|
if (CTable > 0)
|