From dadcd38d7d0ea4b3ffa25eb391716fc64f7e2a7b Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期四, 18 四月 2024 14:07:43 +0800
Subject: [PATCH] 测试文件是否缺失

---
 UnLoadGlassModule/src/main/java/com/mes/service/GlassInfoService.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/UnLoadGlassModule/src/main/java/com/mes/service/GlassInfoService.java b/UnLoadGlassModule/src/main/java/com/mes/service/GlassInfoService.java
index bbe6ff8..83ca461 100644
--- a/UnLoadGlassModule/src/main/java/com/mes/service/GlassInfoService.java
+++ b/UnLoadGlassModule/src/main/java/com/mes/service/GlassInfoService.java
@@ -14,13 +14,13 @@
         return glassInfoMapper.getGlassInfoCountByFlowCardId(flowCardId);
     }
 
-    public void updateFlowCardIdAndCount(String flowCardId, int glassInfoCount) {
+    public void updateFlowCardIdAndCount(String flowCardId, int glassInfoCount,int workstationId) {
         // 璋冪敤 GlassInfoMapper 鐨� updateFlowCardIdAndCount 鏂规硶
-        int rowsAffected = glassInfoMapper.updateFlowCardIdAndCount(flowCardId, glassInfoCount);
+        int rowsAffected = glassInfoMapper.updateFlowCardIdAndCount(flowCardId, glassInfoCount,workstationId);
         if (rowsAffected > 0) {
-            System.out.println("鏇存柊娴佺▼鍗� ID 鍜屾暟閲忔垚鍔�");
+            System.out.println("鏇存柊鏋跺瓙涓婃祦绋嬪崱 ID 鍜屾暟閲忔垚鍔�");
         } else {
-            System.out.println("鏇存柊娴佺▼鍗� ID 鍜屾暟閲忓け璐�");
+            System.out.println("鏇存柊鏋跺瓙涓婃祦绋嬪崱 ID 鍜屾暟閲忓け璐�");
         }
     }
 

--
Gitblit v1.8.0