From 168cafae283ae8fac4dc36be902305ef982132b3 Mon Sep 17 00:00:00 2001
From: yxFwq <1>
Date: 星期一, 03 十一月 2025 13:39:11 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
index 439d873..f5b5938 100644
--- a/src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
@@ -427,7 +427,7 @@
                             null    // 澶囨敞
                     );
                     if (tagMapper.insert(priTag) == 0) {
-                        throw new CoolException("鏈嶅姟鍣ㄥ唴閮ㄩ敊璇紝璇疯仈绯荤鐞嗗憳");
+                        throw new CoolException("涓�绾у垎绫诲垱寤哄紓甯革紝璇疯仈绯荤鐞嗗憳");
                     }
                 }
                 // 浜岀骇鍒嗙被
@@ -457,7 +457,7 @@
                             null    // 澶囨敞
                     );
                     if (tagMapper.insert(secTag) == 0) {
-                        throw new CoolException("鏈嶅姟鍣ㄥ唴閮ㄩ敊璇紝璇疯仈绯荤鐞嗗憳");
+                        throw new CoolException("浜岀骇鍒嗙被鍒涘缓寮傚父锛岃鑱旂郴绠$悊鍛�");
                     }
                 }
                 tagId = secTag.getId();
@@ -473,7 +473,7 @@
             mat.setCreateTime(now);
             mat.setUpdateTime(now);
             if (!matService.insert(mat)) {
-                throw new CoolException("鏈嶅姟鍣ㄥ唴閮ㄩ敊璇紝璇疯仈绯荤鐞嗗憳");
+                throw new CoolException("鐗╂枡淇℃伅鏂板寮傚父锛岃鑱旂郴绠$悊鍛�");
             } else {
                 log.info("鎵撳寘涓婄嚎娣诲姞鏂扮墿鏂橻鍟嗗搧缂栧彿锛歿}]", mat.getMatnr());
             }
@@ -527,7 +527,7 @@
                                 null    // 澶囨敞
                         );
                         if (tagMapper.insert(priTag) == 0) {
-                            throw new CoolException("鏈嶅姟鍣ㄥ唴閮ㄩ敊璇紝璇疯仈绯荤鐞嗗憳");
+                            throw new CoolException("涓�绾у垎绫诲垱寤哄紓甯革紝璇疯仈绯荤鐞嗗憳");
                         }
                     }
                     // 浜岀骇鍒嗙被
@@ -557,7 +557,7 @@
                                 null    // 澶囨敞
                         );
                         if (tagMapper.insert(secTag) == 0) {
-                            throw new CoolException("鏈嶅姟鍣ㄥ唴閮ㄩ敊璇紝璇疯仈绯荤鐞嗗憳");
+                            throw new CoolException("浜岀骇鍒嗙被鍒涘缓寮傚父锛岃鑱旂郴绠$悊鍛�");
                         }
                     }
                     tagId = secTag.getId();
@@ -575,7 +575,7 @@
                 mat.setCreateTime(now);
                 mat.setUpdateTime(now);
                 if (!matService.insert(mat)) {
-                    throw new CoolException("鏈嶅姟鍣ㄥ唴閮ㄩ敊璇紝璇疯仈绯荤鐞嗗憳");
+                    throw new CoolException("鏂板鐗╂枡淇℃伅寮傚父锛岃鑱旂郴绠$悊鍛�");
                 } else {
                     log.info("鍚屾鏂扮墿鏂橻鍟嗗搧缂栧彿锛歿}]", mat.getMatnr());
                 }
@@ -1249,7 +1249,7 @@
                 .eq("matnr", param.getMatnr())
                 .eq("weight", param.getWeight());
         if (param.getDevNo() == 536){
-            wrapper.eq("model", param.getModel())
+            wrapper.eq("model", param.getTaskNo())
                     .eq("specs", param.getOrderNo())
                     .orderBy("appe_time", true);
         } else {
@@ -1278,7 +1278,7 @@
                     .and()
                     .gt("weight", param.getWeight());
             if (param.getDevNo() == 536){
-                locDetlWrapper.eq("model", param.getModel())
+                locDetlWrapper.eq("model", param.getTaskNo())
                         .eq("specs", param.getOrderNo())
                         .orderBy("appe_time", true)
                         .orderBy("weight", true);
@@ -1308,7 +1308,7 @@
                     .and()
                     .lt("weight", param.getWeight());
             if (param.getDevNo() == 536){
-                locDetlWrapper.eq("model", param.getModel())
+                locDetlWrapper.eq("model", param.getTaskNo())
                         .eq("specs", param.getOrderNo())
                         .orderBy("appe_time", true)
                         .orderBy("weight", false);

--
Gitblit v1.9.1