diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/bd/query/BdDetailsQryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/bd/query/BdDetailsQryExe.java index e6b77301..d99cb51b 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/bd/query/BdDetailsQryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/bd/query/BdDetailsQryExe.java @@ -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"; // 默认值