test:日志
This commit is contained in:
@@ -1415,8 +1415,10 @@ namespace YLErp.Modules.SwapModule
|
||||
decimal tdDynomicPrincipal = posiPrincipal;
|
||||
double floatRate = Convert.ToDouble(floateRate);
|
||||
var days = (endDate - tradeDate).Days;
|
||||
LogFactory.GetLogger("test").Error("lksafhasdhfjas");
|
||||
if (days % interestPeriod == 0)
|
||||
{
|
||||
LogFactory.GetLogger("test").Error("kluausdyfh");
|
||||
var remainingPercent = posiPrincipal > 0m
|
||||
? principal / posiPrincipal
|
||||
: 1m;
|
||||
|
||||
Reference in New Issue
Block a user