From daac5618fc2322620a82d25603c5b4d15465c5ef Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期四, 05 三月 2026 08:04:21 +0800
Subject: [PATCH] #检验流程

---
 src/main/java/com/zy/common/web/WcsController.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/zy/common/web/WcsController.java b/src/main/java/com/zy/common/web/WcsController.java
index d3956e8..7e98c59 100644
--- a/src/main/java/com/zy/common/web/WcsController.java
+++ b/src/main/java/com/zy/common/web/WcsController.java
@@ -400,7 +400,8 @@
         WrkDetl wrkDetl = wrkDetlList.get(0);
         findLocNoAttributeVo.setMatnr(wrkDetl.getMatnr());
         findLocNoAttributeVo.setBatch(wrkDetl.getBatch());
-//        StartupDto dto = commonService.getLocNo(1, devpNo, matnrs.get(0), batchs.get(0), null, locTypeDto);
+        findLocNoAttributeVo.setAreaId(7);
+//        StartupDto dto = commonServic9e.getLocNo(1, devpNo, matnrs.get(0), batchs.get(0), null, locTypeDto);
         StartupDto dto = commonService.getLocNoNew(1, devpNo, findLocNoAttributeVo, locTypeDto,barcode);
         if (dto == null) {
             throw new CoolException("response.no_empty_location_found");

--
Gitblit v1.9.1