From ccc39836716ba323c946cddc78a62049731ebb46 Mon Sep 17 00:00:00 2001 From: dubin <bindu_bean@163.com> Date: 星期二, 07 十月 2025 08:43:33 +0800 Subject: [PATCH] 联调 --- src/main/resources/mapper/LocMastMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml index 51c2106..dae9ae3 100644 --- a/src/main/resources/mapper/LocMastMapper.xml +++ b/src/main/resources/mapper/LocMastMapper.xml @@ -67,7 +67,7 @@ </select> <select id="queryDemoLoc" resultMap="BaseResultMap"> - select top 1 * from asr_loc_mast where crn_no = #{crnNo} and loc_sts = 'O' + select top 1 * from asr_loc_mast where crn_no = #{crnNo} and loc_sts = 'O' and loc_type1 = #{locType1} ORDER BY NEWID() </select> -- Gitblit v1.9.1