From 4f053e3aaad5cab49efb82b6bc78c5f98b12d567 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 30 十二月 2024 16:14:17 +0800
Subject: [PATCH] 1、除膜机交互任务功能以实现,opc地址对接完毕,等待现场跑玻璃测试

---
 hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/service/impl/HollowFormulaDetailsServiceImpl.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/service/impl/HollowFormulaDetailsServiceImpl.java b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/service/impl/HollowFormulaDetailsServiceImpl.java
index 7c8cda1..840291a 100644
--- a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/service/impl/HollowFormulaDetailsServiceImpl.java
+++ b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/service/impl/HollowFormulaDetailsServiceImpl.java
@@ -2,6 +2,7 @@
 
 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 import com.mes.hollow.entity.HollowFormulaDetails;
+import com.mes.hollow.entity.vo.HollowGlassFormulaVO;
 import com.mes.hollow.mapper.HollowFormulaDetailsMapper;
 import com.mes.hollow.service.HollowFormulaDetailsService;
 import org.springframework.stereotype.Service;
@@ -15,5 +16,9 @@
 @Service
 public class HollowFormulaDetailsServiceImpl extends ServiceImpl<HollowFormulaDetailsMapper, HollowFormulaDetails> implements HollowFormulaDetailsService {
 
+    @Override
+    public HollowGlassFormulaVO queryFormulaDetailsByGlassId(String glassId, String flowCardId, Integer cell) {
+        return baseMapper.queryFormulaDetailsByGlassId(glassId, flowCardId, cell);
+    }
 }
 

--
Gitblit v1.8.0