From 96a5e4c782690443f9efd762273c7e2886134c3c Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期二, 29 八月 2023 12:58:50 +0800
Subject: [PATCH] #绘图视图数据
---
src/main/java/com/zy/common/web/WcsController.java | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/main/java/com/zy/common/web/WcsController.java b/src/main/java/com/zy/common/web/WcsController.java
index 683c4b3..55d8621 100644
--- a/src/main/java/com/zy/common/web/WcsController.java
+++ b/src/main/java/com/zy/common/web/WcsController.java
@@ -175,7 +175,7 @@
}
/**
- * 鍏ㄦ澘鍏ュ簱
+ * 鍏ㄦ澘鍏ュ簱
*/
@Transactional
public StartupDto startupFullPutStore(Integer devpNo, String barcode, LocTypeDto locTypeDto, List<WaitPakin> waitPakins) {
@@ -249,7 +249,6 @@
}
}else if(wrkMast.getStaNo()==209){
testMast.setBarcode(wrkDetl.getMatnr());
- testMast.setChannel(locMast.getChannel());
testMast.setLocNo(locMast.getLocNo());
testMast.setUserId(wrkMast.getBarcode());//鎵樼洏鐮�
testMast.setAppeTime(now);
--
Gitblit v1.9.1