diff --git a/YLErpWeb/App_Docs/导出模板/资金监控模板1.xlsx b/YLErpWeb/App_Docs/导出模板/资金监控模板1.xlsx index 3accbae3..ea2e9948 100644 Binary files a/YLErpWeb/App_Docs/导出模板/资金监控模板1.xlsx and b/YLErpWeb/App_Docs/导出模板/资金监控模板1.xlsx differ diff --git a/YLErpWeb/Controllers/clientController.cs b/YLErpWeb/Controllers/clientController.cs index bfa0da81..955f7b3d 100644 --- a/YLErpWeb/Controllers/clientController.cs +++ b/YLErpWeb/Controllers/clientController.cs @@ -854,6 +854,8 @@ namespace YLErp.Web.Controllers VmFundSumSum = pairs["VmFundSumSum"], MaintenanceMarginSum = pairs["MaintenanceMarginSum"], SwapMarketAmountSum = pairs["SwapMarketAmountSum"], + InterestPnlSum=pairs["InterestPnlSum"], + TradeFeeSum=pairs["TradeFeeSum"], InfoList = searchList.rows };