From f35ed4cfcdf2ebd1f160d159cf8a2147cabc3923 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期一, 24 十月 2022 11:15:28 +0800 Subject: [PATCH] # --- src/main/resources/mapper/LocMastMapper.xml | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml index 0a95f8f..bec71d6 100644 --- a/src/main/resources/mapper/LocMastMapper.xml +++ b/src/main/resources/mapper/LocMastMapper.xml @@ -74,4 +74,15 @@ ) </select> + <select id="queryFreeLocMast0" resultMap="BaseResultMap"> + select top 1 * + from asr_loc_mast + where row1=#{row} + and loc_sts='O' + <if test="locType1 != null"> + and loc_type1 = #{locType1} + </if> + order by loc_sts desc ,lev1 asc,bay1 asc + </select> + </mapper> -- Gitblit v1.9.1