From ae1459d90f53ac81177e75790d859c6a12e7ed54 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期三, 12 十一月 2025 11:09:10 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/YiWuProject

---
 hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/controller/HollowGlassRelationInfoController.java |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 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 febdd48..d179ad1 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
@@ -61,12 +61,19 @@
 //        return Result.success(lackDetailsList);
 //    }
     @ApiOperation("鏌ヨ鎸囧畾娴佺▼鍗$殑缂虹墖璇︽儏")
-    @PostMapping("/queryLackByFlowCard")
+    @PostMapping("/queryLackByFlowCardByERP")
     public Result<Map<Integer,List<LackDetailsDTO>>> queryLackByFlowCard(String flowCardId) {
         Map<Integer,List<LackDetailsDTO>> lackDetailsMap = hollowGlassRelationInfoService.queryLackByFlowCard(flowCardId);
         return Result.success(lackDetailsMap);
     }
 
+    @ApiOperation("鏌ヨ鎸囧畾娴佺▼鍗$殑缂虹墖璇︽儏")
+    @PostMapping("/queryLackByFlowCard")
+    public Result<Map<Integer,List<LackDetailsDTO>>> queryLackByFlowCardByERP(String flowCardId) {
+        Map<Integer,List<LackDetailsDTO>> lackDetailsMap = hollowGlassRelationInfoService.queryLackByFlowCardByERP(flowCardId);
+        return Result.success(lackDetailsMap);
+    }
+
     @ApiOperation("涓┖缂虹墖鐖嗙牬绗兼姤鐮存崯")
     @PostMapping("/hollowBigStorageGlassDamage")
     public Result<Boolean> hollowBigStorageGlassDamage(@RequestBody DamageRequest request) {

--
Gitblit v1.8.0