From f9650f22f2779b7f096918c20451f577452d7aa9 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期三, 07 六月 2023 08:53:06 +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 &lt; 200">
-            and (dev_no = 104 or dev_no = 108 or dev_no = 109)
+            and dev_no = 104
         </if>
     </select>
 

--
Gitblit v1.9.1