From 555f4339bd1c105a1b49c8d4505fa5420c76939d Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期二, 18 十一月 2025 13:12:29 +0800
Subject: [PATCH] #组托异常修复

---
 src/main/webapp/views/index.html                   |    4 ++--
 src/main/resources/mapper/OrderDetlPakinMapper.xml |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/mapper/OrderDetlPakinMapper.xml b/src/main/resources/mapper/OrderDetlPakinMapper.xml
index 3f3e522..dd1fe9b 100644
--- a/src/main/resources/mapper/OrderDetlPakinMapper.xml
+++ b/src/main/resources/mapper/OrderDetlPakinMapper.xml
@@ -132,7 +132,7 @@
         where 1=1
         and order_id = #{orderId}
         and matnr = #{matnr}
-        <include refid="standbyAll"></include>
+<!--        <include refid="standbyAll"></include>-->
     </select>
 
     <select id="selectItemByOrderNo" resultMap="BaseResultMap">
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index b290e64..8d37cc8 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -10,8 +10,8 @@
   <link rel="stylesheet" href="../static/layui/css/layui.css" media="all">
   <link rel="stylesheet" href="../static/css/admin.css?v=318" media="all">
   <link rel="stylesheet" href="../static/css/loader.css" media="all">
-  <link rel="stylesheet" href="../static/css/layx.min.css" type="text/css"/>
-  <script src="../static/js/tools/layx.min.js"></script>
+<!--  <link rel="stylesheet" href="../static/css/layx.min.css" type="text/css"/>-->
+<!--  <script src="../static/js/tools/layx.min.js"></script>-->
   <style>
     .layui-logo img {
       width: 25px;

--
Gitblit v1.9.1