From a00400cf9f975a7dbccf3436cf3b57c1fb476597 Mon Sep 17 00:00:00 2001 From: 1 <1> Date: 星期三, 15 十月 2025 09:15:45 +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