jianghaiqing 6 months ago
commit 0bbd48c6bb

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

Loading…
Cancel
Save