From 17fc9e381d4d5312dba4966dd115d4e5342a03ea Mon Sep 17 00:00:00 2001 From: whycq <123456> Date: 星期二, 22 十一月 2022 14:18:40 +0800 Subject: [PATCH] # --- 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