From e36640e930a34e9e8af5273bdc08e8b883192f69 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 19 Nov 2025 14:34:29 +0800 Subject: [PATCH] =?UTF-8?q?+$=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../circle/other/app/command/team/bd/query/BdDetailsQryExe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; // 默认值