From c7ee9e7a9a0cb96d1c48bf8a8dff061f16e8a29b Mon Sep 17 00:00:00 2001
From: Administrator <56479841@QQ.COM>
Date: 星期一, 14 八月 2023 16:06:23 +0800
Subject: [PATCH] #补丁
---
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
index 665ea8a..ca96989 100644
--- a/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -105,7 +105,7 @@
}
Date now = new Date();
- int matType = 0;
+ Integer matType = 0;
// 鏃犲崟缁勬墭
if (Cools.isEmpty(param.getOrderNo())) {
@@ -156,7 +156,7 @@
}else {
if (matType == 0){
matType = mat.getMatType();
- }else if (matType!=mat.getMatType()){
+ }else if (!matType.equals(mat.getMatType())){
throw new CoolException("璇风粍鎵樺悓涓�绫诲瀷鐨勭墿鏂�");
}
}
@@ -211,15 +211,15 @@
waitPakin.setModiUser(userId);
waitPakin.setModiTime(now);
waitPakin.setMatType(mat.getMatType());//鐗╂枡绫诲瀷
- if (Cools.isEmpty(mat.getMatType())){
- throw new CoolException("鐗╂枡绫诲瀷寮傚父"+mat.getMatnr());
- }else {
- if (matType == 0){
- matType = mat.getMatType();
- }else if (matType!=mat.getMatType()){
- throw new CoolException("璇风粍鎵樺悓涓�绫诲瀷鐨勭墿鏂�");
- }
- }
+// if (Cools.isEmpty(mat.getMatType())){
+// throw new CoolException("鐗╂枡绫诲瀷寮傚父"+mat.getMatnr());
+// }else {
+// if (matType == 0){
+// matType = mat.getMatType();
+// }else if (matType!=mat.getMatType()){
+// throw new CoolException("璇风粍鎵樺悓涓�绫诲瀷鐨勭墿鏂�");
+// }
+// }
if (!waitPakinService.insert(waitPakin)) {
throw new CoolException("淇濆瓨鍏ュ簱閫氱煡妗eけ璐�");
}
--
Gitblit v1.9.1