diff --git a/netcore/src/Modularity/Extend/NCC.Extend/LqCardTransferLogService.cs b/netcore/src/Modularity/Extend/NCC.Extend/LqCardTransferLogService.cs index ac0f8d4..0b4f4f7 100644 --- a/netcore/src/Modularity/Extend/NCC.Extend/LqCardTransferLogService.cs +++ b/netcore/src/Modularity/Extend/NCC.Extend/LqCardTransferLogService.cs @@ -18,7 +18,7 @@ namespace NCC.Extend.LqCardTransferLog /// /// 转卡日志服务 /// - [ApiDescriptionSettings(Tag = "绿纤转卡日志服务", Name = "LqCardTransferLog", Order = 100)] + [ApiDescriptionSettings(Tag = "绿纤转卡日志服务", Name = "LqCardTransferLog", Order = 200)] [Route("api/Extend/[controller]")] public class LqCardTransferLogService : IDynamicApiController, ILqCardTransferLogService, ITransient { diff --git a/netcore/src/Modularity/Extend/NCC.Extend/LqGzService.cs b/netcore/src/Modularity/Extend/NCC.Extend/LqGzService.cs index 191c9fd..a1f2419 100644 --- a/netcore/src/Modularity/Extend/NCC.Extend/LqGzService.cs +++ b/netcore/src/Modularity/Extend/NCC.Extend/LqGzService.cs @@ -913,10 +913,5 @@ namespace NCC.Extend.LqGz } #endregion - - - - - } } diff --git a/netcore/src/Modularity/Extend/NCC.Extend/LqStatisticsService.cs b/netcore/src/Modularity/Extend/NCC.Extend/LqStatisticsService.cs index 90f05d1..97ac2e7 100644 --- a/netcore/src/Modularity/Extend/NCC.Extend/LqStatisticsService.cs +++ b/netcore/src/Modularity/Extend/NCC.Extend/LqStatisticsService.cs @@ -2586,7 +2586,7 @@ namespace NCC.Extend.LqStatistics LEFT JOIN ( SELECT hytk.md as F_StoreId, - COALESCE(SUM(hytk.tkje), 0) as F_RefundAmount, + COALESCE(SUM(hytk.F_ActualRefundAmount), 0) as F_RefundAmount, COUNT(DISTINCT hytk.F_Id) as F_RefundCount FROM lq_hytk_hytk hytk WHERE hytk.F_IsEffective = 1