From ed06303a918ac8b1c7492652c24aed477e53fd8a Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期一, 09 二月 2026 23:45:47 +0800
Subject: [PATCH] 客户问题优化调整8-修改过磅单
---
fzzy-igdss-core/src/main/java/com/fzzy/igds/service/InoutRecordService.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fzzy-igdss-core/src/main/java/com/fzzy/igds/service/InoutRecordService.java b/fzzy-igdss-core/src/main/java/com/fzzy/igds/service/InoutRecordService.java
index fed06e6..d304133 100644
--- a/fzzy-igdss-core/src/main/java/com/fzzy/igds/service/InoutRecordService.java
+++ b/fzzy-igdss-core/src/main/java/com/fzzy/igds/service/InoutRecordService.java
@@ -733,7 +733,7 @@
htmlStr = htmlStr.replace("impurity", bill.getImpurity() + "");
htmlStr = htmlStr.replace("checkStatus", bill.getCheckStatus());
- htmlStr = htmlStr.replace("remark", bill.getRemark());
+ htmlStr = htmlStr.replace("remark", "");
htmlStr = htmlStr.replace("moneyName", bill.getMoneyName());
htmlStr = htmlStr.replace("unitName", bill.getUnitName());
@@ -796,7 +796,7 @@
new DecimalFormat("0.00").format(bill.getNetWeight()));
htmlStr = htmlStr.replace("dePackage",
new DecimalFormat("0.00").format(bill.getDePackage()));
- htmlStr = htmlStr.replace("remark", bill.getRemark());
+ htmlStr = htmlStr.replace("remark", "");
htmlStr = htmlStr.replace("settleWeight",
new DecimalFormat("0.00").format(bill.getSettleWeight()));
--
Gitblit v1.9.3