Commit 5ae80e0b by lizefeng

fix

parent 3c51e322
......@@ -137,8 +137,10 @@ namespace AutoTurnOver.Services
var reserveAmountDeeData = transferFee.ToJson().ToObj<dc_base_amazon_fee>();
reserveAmountDeeData.total = reserveAmount;
reserveAmountDeeData.other = reserveAmount;
reserveAmountDeeData.type = "Current Reserve Amount From Financial API";
reserveAmountDeeData.type_cn = "预留金额 预估 ( 财务 API )";
reserveAmountDeeData.description = "";
reserveAmountDeeData.data_id = $"{reserveAmountDeeData.type}_{reserveAmountDeeData.account}-{reserveAmountDeeData.settlement_date_str}";
if (feeItem.FinancialEventGroupEnd != null)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment