From 0b75a31354826c139291d4f1e911cd121de410f5 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期二, 16 七月 2024 21:50:37 +0800
Subject: [PATCH] fixbug:启动系统报错 注意:推送代码前拉取代码、重新打包运行程序,无误后提交

---
 hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java
index fd74acf..b2a6af1 100644
--- a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java
+++ b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java
@@ -1,7 +1,8 @@
 package com.mes.glassinfo.service;
 
-import com.mes.glassinfo.entity.GlassInfo;
 import com.github.yulichang.base.MPJBaseService;
+import com.mes.glassinfo.entity.GlassInfo;
+
 import java.util.List;
 import java.util.Map;
 
@@ -24,13 +25,12 @@
        */
       void saveGlassInfo(List<GlassInfo> glassinfo);
 
-//      int getGlassInfoCountByFlowCardId(String flowCardId,int layer);
+      int getGlassInfoCountByFlowCardId(String flowCardId, int layer);
 
       /**
-       * @return
-       * 鏌ヨ鎵�鏈夊伐绋嬬姸鎬佷笉涓�300涓嶅悓娴佺▼鍗″彿
+       * @return 鏌ヨ鎵�鏈夊伐绋嬬姸鎬佷笉涓�300涓嶅悓娴佺▼鍗″彿
        */
-//      List<Map<String, Object>> getFlowCardId();
+      List<Map<String, Object>> getFlowCardId();
 
 
 

--
Gitblit v1.8.0