From 68545a8815a27d54e0bf804356bf24a5677b3665 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期三, 25 六月 2025 10:22:03 +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 16f72f9..731751e 100644
--- a/src/main/resources/mapper/LocMastMapper.xml
+++ b/src/main/resources/mapper/LocMastMapper.xml
@@ -57,7 +57,7 @@
<select id="queryDemoLoc" resultMap="BaseResultMap">
select top 1 * from asr_loc_mast where crn_no = #{crnNo} and loc_type1 = #{locType1} and loc_sts = 'O' and (ctn_kind=0 or ctn_kind is null)
- ORDER BY NEWID()
+ ORDER BY lev1 asc,bay1 asc
</select>
<select id="selectByLocNo" resultMap="BaseResultMap">
--
Gitblit v1.9.1