From 9a67b09cf3085b5b38675d9d541628a1cb2bdbc2 Mon Sep 17 00:00:00 2001
From: TQS <56479841@qq.com>
Date: 星期二, 31 一月 2023 17:29:36 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/BasDevpMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mapper/BasDevpMapper.xml b/src/main/resources/mapper/BasDevpMapper.xml
index 4dc85dc..ba12642 100644
--- a/src/main/resources/mapper/BasDevpMapper.xml
+++ b/src/main/resources/mapper/BasDevpMapper.xml
@@ -77,10 +77,10 @@
select * from dbo.asr_bas_devp where 1=1
and loading = 'Y'
<if test="sour > 200">
- and (dev_no = 204 or dev_no = 208 or dev_no = 209)
+ and dev_no = 204
</if>
<if test="sour < 200">
- and (dev_no = 104 or dev_no = 108 or dev_no = 109)
+ and dev_no = 104
</if>
</select>
--
Gitblit v1.9.1