From 24019a8c1d8e78656e85b29ee7be223e0dd253a0 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 05 六月 2026 09:11:33 +0800
Subject: [PATCH] Merge branch 'dev_new' of http://114.132.189.42:9002/r/lims-ruoyi-after into dev_new

---
 inspect-server/src/main/java/com/ruoyi/inspect/service/impl/FinishProductSpotCheckServiceImpl.java |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/inspect-server/src/main/java/com/ruoyi/inspect/service/impl/FinishProductSpotCheckServiceImpl.java b/inspect-server/src/main/java/com/ruoyi/inspect/service/impl/FinishProductSpotCheckServiceImpl.java
index 357d1c7..0b58504 100644
--- a/inspect-server/src/main/java/com/ruoyi/inspect/service/impl/FinishProductSpotCheckServiceImpl.java
+++ b/inspect-server/src/main/java/com/ruoyi/inspect/service/impl/FinishProductSpotCheckServiceImpl.java
@@ -77,7 +77,6 @@
 
     public Result getIfsStockReport(IfsStockQueryDTO ifsStockQueryDTO) {
         JSONObject jresult = new JSONObject();
-        jresult.put("total", 0);
         jresult.put("count", 0);
         jresult.put("data", new JSONArray());
         JSONObject jsonObject = new JSONObject();
@@ -92,9 +91,6 @@
             }
             //鑾峰彇鎬绘暟閲�
             int count = data.getIntValue("TOTAL_RECORD");
-            //鑾峰彇椤垫暟
-            int total = (int) Math.ceil((double) count / (double) ifsStockQueryDTO.getLimit());
-            jresult.put("total", total);
             jresult.put("count", count);
             jresult.put("data", array);
         }

--
Gitblit v1.9.3