jianghaiqing 6 months ago
commit 0bbd48c6bb

@ -25,6 +25,7 @@ using Myshipping.Core.Helper;
using Myshipping.Core.Service;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using NPOI.SS.Formula.PTG;
using RabbitMQ.Client;
using System;
using System.Collections.Generic;
@ -2139,6 +2140,8 @@ namespace Myshipping.Application
fr.Type = typeStr;
fr.Amount = total;
await _repFeeRecord.InsertAsync(fr);
SaveAuditLog($"扣费成功", model.Id, model.CreatedUserId.Value, model.TenantId.Value, "系统", remark: "");
}
else
{

Loading…
Cancel
Save