diff --git a/Myshipping.Application/Service/BookingCustomerOrder/BookingCustomerOrderService.cs b/Myshipping.Application/Service/BookingCustomerOrder/BookingCustomerOrderService.cs index ac41963f..1043b68b 100644 --- a/Myshipping.Application/Service/BookingCustomerOrder/BookingCustomerOrderService.cs +++ b/Myshipping.Application/Service/BookingCustomerOrder/BookingCustomerOrderService.cs @@ -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 {