|
@@ -139,7 +139,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
|
|
|
string sql = string.Format(@"select Id,DiId,InviterArea,Inviter,InviteTime,InviteCost,(select name from Sys_SetData where id=i.InviteCurrency and IsDel={0})
|
|
|
as Currency,IsGoOfficaiaBussiness,(select IsAuditGM from Grp_CreditCardPayment where CTable=81 and CId=i.Id
|
|
|
- and IsDel={0}) as 'isAudit',Attachment from Grp_InvitationOfficialActivities i {1}", 0, sqlWhere);
|
|
|
+ and IsDel={0}) as 'isAudit',Attachment from Grp_InvitationOfficialActivities i {1} order by i.id desc", 0, sqlWhere);
|
|
|
List<InvitationOfficialActivitiesView> _DecreasePayments = await _sqlSugar.SqlQueryable<InvitationOfficialActivitiesView>(sql).ToListAsync();
|
|
|
if (_DecreasePayments.Count != 0)
|
|
|
{
|