From 4fa1e8117fc408f5bd3a5612eea5ceb63d206113 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期五, 28 十月 2022 13:52:01 +0800 Subject: [PATCH] # --- src/main/resources/mapper/LocMastMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml index 7f46793..04f87ee 100644 --- a/src/main/resources/mapper/LocMastMapper.xml +++ b/src/main/resources/mapper/LocMastMapper.xml @@ -43,6 +43,7 @@ from asr_loc_mast where row1=#{row} and loc_sts='O' + and row1 > 30 <if test="locType1 != null"> and loc_type1 = #{locType1} </if> -- Gitblit v1.9.1