From 10ade08bd530b7ee6b5dd83194c8f48d19b327ef Mon Sep 17 00:00:00 2001 From: tzsk <Administrator@qq.com> Date: 星期四, 11 四月 2024 13:36:50 +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 9182d35..b6fc93c 100644 --- a/src/main/resources/mapper/LocMastMapper.xml +++ b/src/main/resources/mapper/LocMastMapper.xml @@ -167,7 +167,7 @@ update asr_loc_mast set loc_sts = 'S' where row1 >=1 and row1 <= 16 and bay1 in(21,22,23,37,38,39,56,57,58) - and lev1 >= 3 and lev1 <= 10 + and lev1 >= 1 and lev1 <= 10 and loc_sts = 'O' </delete> </mapper> -- Gitblit v1.9.1