+$处理
This commit is contained in:
parent
f769eb4a3a
commit
e36640e930
@ -155,7 +155,7 @@ public class BdDetailsQryExe {
|
||||
item.setTypeText("Cash out");
|
||||
// 提现是支出,金额为负
|
||||
item.setAmount(water.getAmount());
|
||||
item.setAmountText("$" + water.getAmount().negate());
|
||||
item.setAmountText("-$" + water.getAmount());
|
||||
|
||||
// 根据审批状态设置显示状态
|
||||
String displayStatus = "Under review"; // 默认值
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user