From af9df8d638cb1db1e298b0081ca385fa622ab38f Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 25 十一月 2025 09:04:20 +0800
Subject: [PATCH] *

---
 src/main/resources/mapper/BasArmRulesMapper.xml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mapper/BasArmRulesMapper.xml b/src/main/resources/mapper/BasArmRulesMapper.xml
index 3f1ee0f..466c927 100644
--- a/src/main/resources/mapper/BasArmRulesMapper.xml
+++ b/src/main/resources/mapper/BasArmRulesMapper.xml
@@ -17,7 +17,7 @@
 
 
     <select id="AllStatusSatisfyBasArmRules" resultMap="BaseResultMap">
-        select top 10 from asr_bas_arm_rules where 1=1 and status = #{status}
+        select top 10 * from asr_bas_arm_rules where 1=1 and status = #{status}
     </select>
 
     <update id="updateStatus">
@@ -35,7 +35,6 @@
         select material_number
         from asr_bas_arm_rules
         where 1=1
-        and material_volume = #{volume}
         and material_length = #{length}
         and material_width = #{width}
         and material_height = #{height}

--
Gitblit v1.9.1