From 0d6c4d7b5f57552e40c5b9db529959738bc167f5 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期日, 04 一月 2026 09:00:43 +0800
Subject: [PATCH] #1
---
src/main/java/com/zy/common/web/WcsController.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/zy/common/web/WcsController.java b/src/main/java/com/zy/common/web/WcsController.java
index df37d7b..f25d588 100644
--- a/src/main/java/com/zy/common/web/WcsController.java
+++ b/src/main/java/com/zy/common/web/WcsController.java
@@ -115,6 +115,8 @@
locTypeDto.setLocType2((short) 7);
}else if (param.getBarcode().startsWith("8")){
locTypeDto.setLocType2((short) 8);
+ }else if (param.getBarcode().startsWith("4")){
+ locTypeDto.setLocType2((short) 4);
}else {
return R.error("鏉$爜瑙勫垯涓嶅瓨鍦�:"+param.getBarcode());
}
--
Gitblit v1.9.1