From 781b3d06dc75c673e672bfd6e4ccda3ae14d7f0d Mon Sep 17 00:00:00 2001 From: TQS <56479841@qq.com> Date: 星期二, 22 十一月 2022 14:46:22 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/bfasrs' into bfasrs --- src/main/resources/mapper/LocMastMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml index c10b505..d0e7a36 100644 --- a/src/main/resources/mapper/LocMastMapper.xml +++ b/src/main/resources/mapper/LocMastMapper.xml @@ -107,10 +107,10 @@ </if> <choose> <when test="inoutEveryday != null and inoutEveryday"> - AND row1 < 11 + AND bay1 < 11 </when> <otherwise> - AND row1 > 10 + AND bay1 > 10 </otherwise> </choose> and loc_no not in ('0100101', '0200101', '0300101', '1200701', '1300701', '1400701', '1900401', '2000401', '2100401') -- Gitblit v1.9.1