From 869e4b5df802cdda883cf998113181ef1b966650 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期三, 04 十二月 2024 09:39:06 +0800
Subject: [PATCH] 1、fixbug:订阅调用方式代码注释,避免旧代码报错导致打包异常 2、移除无用代码

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

diff --git a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/service/impl/HollowGlassRelationInfoServiceImpl.java b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/service/impl/HollowGlassRelationInfoServiceImpl.java
index b44f147..8bb8edc 100644
--- a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/service/impl/HollowGlassRelationInfoServiceImpl.java
+++ b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/service/impl/HollowGlassRelationInfoServiceImpl.java
@@ -244,14 +244,7 @@
 
     @Override
     public List<LackDetailsDTO> queryLackByFlowCard(String flowCardId, int layer) {
-
         return this.baseMapper.queryLackByFlowCard(flowCardId, layer);
-//        return this.list(new LambdaQueryWrapper<HollowGlassRelationInfo>()
-//                .eq(HollowGlassRelationInfo::getFlowCardId,flowCardId)
-//                .eq(HollowGlassRelationInfo::getLayer,layer)
-//                .isNull(HollowGlassRelationInfo::getTemperingLayoutId)
-//                .isNull(HollowGlassRelationInfo::getTemperingFeedSequence)
-//        );
     }
 
 }

--
Gitblit v1.8.0