From 45d827fd5d00bb62462669e8b4e9434309d542ab Mon Sep 17 00:00:00 2001 From: LSH Date: 星期一, 01 四月 2024 16:45:36 +0800 Subject: [PATCH] # --- src/main/resources/mapper/LocDetlMapper.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml index 4fb3cbf..94b45c0 100644 --- a/src/main/resources/mapper/LocDetlMapper.xml +++ b/src/main/resources/mapper/LocDetlMapper.xml @@ -90,4 +90,16 @@ and b.loc_sts = 'F' <include refid="stockOutCondition"></include> </select> + + <select id="selectMatnrSpecs" resultType="java.lang.Ddouble"> + select + a.anfme + from asr_loc_detl a + left join asr_loc_mast b on a.loc_no = b.loc_no + where 1=1 + and b.loc_no = #{locNo} + and a.matnr = #{matnr} + and a.specs = #{specs} + <include refid="stockOutCondition"></include> + </select> </mapper> -- Gitblit v1.9.1