From 3277c951b2d31c55ec8b752a5a6a47488cfd7e69 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期一, 08 十二月 2025 08:40:58 +0800
Subject: [PATCH] #erp上报

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

diff --git a/src/main/resources/mapper/BasArmRulesMapper.xml b/src/main/resources/mapper/BasArmRulesMapper.xml
index 55dfdce..df06193 100644
--- a/src/main/resources/mapper/BasArmRulesMapper.xml
+++ b/src/main/resources/mapper/BasArmRulesMapper.xml
@@ -35,7 +35,16 @@
         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}
+        and material_weight = #{weight}
+    </select>
+
+    <select id="getStatus" resultType="Integer">
+        select status
+        from asr_bas_arm_rules
+        where 1=1
         and material_length = #{length}
         and material_width = #{width}
         and material_height = #{height}

--
Gitblit v1.9.1