调整
This commit is contained in:
parent
41b2e03706
commit
03b7bca65f
@ -202,7 +202,7 @@ TXT;
|
||||
$deltaFast = $HistoryToPayFast - $toPayFast;
|
||||
$deltaSlow = $HistoryToPaySlow - $toPaySlow;
|
||||
$deltaConv = $HistoryVouchersSummarySum - $vouchersSummarySum;
|
||||
$unConv = $minusSysNum - $deltaConv;
|
||||
$unConv = $deltaFast + $deltaSlow - $deltaConv;
|
||||
$LOG .= <<<TXT
|
||||
---当前代快付值:{$toPayFast}
|
||||
---当前代慢付值:{$toPaySlow}
|
||||
|
Loading…
x
Reference in New Issue
Block a user