This commit is contained in:
parent
5ad2b3eb76
commit
d71fdd4359
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ public class BalanceChecker {
|
|||
log.info("{}#id={}#balance={} check; tmt sum: {}; omt sum {}; withdrawal amount: {}; check amount: {}",
|
||||
a__f.getRegistryCode(), a__f.getId(), a__f.getBalance(), tmtSum, omtSum, amount, compareValue
|
||||
);
|
||||
return safeBD(amount).compareTo(compareValue) <= 0;
|
||||
return safeBD(amount).compareTo(compareValue) > 0;
|
||||
}
|
||||
|
||||
public boolean insufficientBalance(Registry a__f,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue