From 6e96e802901984581875ed6a16957cefc7007e5e Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 25 十一月 2025 18:39:52 +0800
Subject: [PATCH] *
---
src/main/resources/mapper/BasArmMastMapper.xml | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/BasArmMastMapper.xml b/src/main/resources/mapper/BasArmMastMapper.xml
index 016069c..3d3f75b 100644
--- a/src/main/resources/mapper/BasArmMastMapper.xml
+++ b/src/main/resources/mapper/BasArmMastMapper.xml
@@ -54,7 +54,7 @@
</select>
<select id="selectOrderDetlValue" resultMap="BaseResultMapOrderDetlValue">
- select
+ select top 1
d.man_length,d.width,d.height,d.weight,d.anfme
from man_order_detl d
where 1=1
@@ -62,4 +62,16 @@
and d.matnr = #{sku}
</select>
+
+
+ <select id="selectBasArmMastSignValue" resultType="java.lang.Double">
+ select top 1
+ d.anfme
+ from asr_bas_arm_mast_sign d
+ where 1=1
+ and d.order_no = #{orderNo}
+ and d.sku = #{sku}
+ and d.create_time = #{bindingTags}
+ </select>
+
</mapper>
--
Gitblit v1.9.1