From 1c7c34a34578c2b2b70b1829be56f2afcb7bf63d Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期二, 04 三月 2025 16:17:27 +0800
Subject: [PATCH] 补片反审添加有工程无法反审判断、主要报表添加后端查询汇总求和

---
 north-glass-erp/src/test/java/com/example/erp/ErpApplicationTests.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/test/java/com/example/erp/ErpApplicationTests.java b/north-glass-erp/src/test/java/com/example/erp/ErpApplicationTests.java
index 2005bf1..67f5cb4 100644
--- a/north-glass-erp/src/test/java/com/example/erp/ErpApplicationTests.java
+++ b/north-glass-erp/src/test/java/com/example/erp/ErpApplicationTests.java
@@ -8,6 +8,7 @@
 
     @Test
     void contextLoads() {
+        String.valueOf("1.0").replaceAll("\\.0*$|(\\.\\d*?)0+$", "$1");
     }
 
 }

--
Gitblit v1.8.0