Commit 93e0bb1c by 陶然

优化

parent 2218a692
......@@ -120,6 +120,9 @@ namespace Kivii.Finances
//}
}
payment.AddOnlyProperties(o => o.AmountInvoice);
if (payment.Metadata.IsNullOrEmpty()) payment.Metadata = new Dictionary<string, string>();
payment.Metadata["InvoiceOperateTiime"] = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");//记录关联发票的操作日期
payment.AddOnlyProperties(o => o.Metadata);
}
return rtns;
......
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