From 06194b3e0d44516b00540e517d58ecfaa286c59d Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期五, 10 十月 2025 08:12:22 +0800
Subject: [PATCH] 1、结束功能从删除工程表信息改为将工程状态修改为6 2、中空大理片笼界面破损详情添加每片玻璃的破损

---
 hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/controller/HollowGlassRelationInfoController.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/controller/HollowGlassRelationInfoController.java b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/controller/HollowGlassRelationInfoController.java
index 84b8e1f..205c39f 100644
--- a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/controller/HollowGlassRelationInfoController.java
+++ b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/controller/HollowGlassRelationInfoController.java
@@ -2,6 +2,7 @@
 
 
 import com.mes.damage.entity.request.DamageRequest;
+import com.mes.glassinfo.entity.GlassInfo;
 import com.mes.hollow.entity.dto.LackDetailsDTO;
 import com.mes.hollow.entity.vo.HollowAllFlowCardVO;
 import com.mes.hollow.entity.vo.HollowBigStorageDetailsQueryVO;
@@ -46,6 +47,13 @@
         return Result.success(lackDetailsList);
     }
 
+    @ApiOperation("缂虹墖鐜荤拑淇℃伅璇︽儏")
+    @PostMapping("/queryLackGlassByFlowCard")
+    public Result<List<GlassInfo>> queryLackGlassByFlowCard(@RequestBody HollowBigStorageDetailsQueryVO query) {
+        List<GlassInfo> lackGlassList = hollowGlassRelationInfoService.queryLackGlassByFlowCard(query);
+        return Result.success(lackGlassList);
+    }
+
 //    @ApiOperation("鏌ヨ鎸囧畾娴佺▼鍗″強灞傛暟鐨勭己鐗囪鎯�")
 //    @PostMapping("/queryLackByFlowCard")
 //    public Result<List<LackDetailsDTO>> queryLackByFlowCard(String flowCardId) {

--
Gitblit v1.8.0