This commit is contained in:
tianfeng 2025-11-19 14:34:29 +08:00
parent f769eb4a3a
commit e36640e930

View File

@ -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"; // 默认值