From 79a570ae5f497e30337e7dd002450072e1b21cc2 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 16 一月 2026 16:19:47 +0800
Subject: [PATCH] fix: 处理空值计算,确保待来票金额与未来票金额一致

---
 src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java b/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
index a7c5a72..82175f6 100644
--- a/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
+++ b/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
@@ -59,10 +59,10 @@
     @Excel(name = "浜у搧楂樺害")
     private String specificationModel;
     // 鍗曚綅
-    @Excel(name = "鍗曚綅")
+//    @Excel(name = "鍗曚綅")
     private String unit;
     // 鍚◣鍗曚环
-    @Excel(name = "鍗曚环")
+    @Excel(name = "鍗曚环(鍏�)/浠�")
     private BigDecimal taxInclusiveUnitPrice;
     // 鍚◣鎬讳环
 //    @Excel(name = "鍚◣鎬讳环")
@@ -138,6 +138,6 @@
     /**
      * 缇庡厓姣忎欢
      */
-    @Excel(name = "缇庡厓姣忎欢")
+    @Excel(name = "鍗曚环(缇庡厓)/浠�")
     private BigDecimal dollarPrice;
 }

--
Gitblit v1.9.3