From 0cee09d25a54fab61fba9f93eb670ca72f78b4a4 Mon Sep 17 00:00:00 2001 From: liujun Date: Tue, 9 Apr 2024 09:20:32 +0800 Subject: [PATCH] =?UTF-8?q?15033=20=E6=9B=B4=E6=8D=A2=E5=A4=B4=E5=83=8F=20?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E9=99=90=E5=88=B6=E5=8F=AA=E8=83=BD=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=9B=BE=E7=89=87=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 2 +- src/main/resources/mybatis/datasource/xgf/XgfUserMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 3d07f3f7..8df26410 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,7 +2,7 @@ spring.application.name=qa-prevention-gwj server.port=8091 #?? -#spring.profiles.active=local +spring.profiles.active=me #����31ʱʹ�� #spring.profiles.active=dev #?? diff --git a/src/main/resources/mybatis/datasource/xgf/XgfUserMapper.xml b/src/main/resources/mybatis/datasource/xgf/XgfUserMapper.xml index d3756fd4..ae5dd84d 100644 --- a/src/main/resources/mybatis/datasource/xgf/XgfUserMapper.xml +++ b/src/main/resources/mybatis/datasource/xgf/XgfUserMapper.xml @@ -380,7 +380,7 @@ or (c.APPOINT_SIX_USER_ID = #{USER_ID} and c.FLOWS_STEP = '6') or (c.APPOINT_SEVEN_USER_ID = #{USER_ID} and c.FLOWS_STEP = '7') ) - and (a.VALID_FLAG = '1' or a.VALID_FLAG = '2') + and (a.VALID_FLAG = '1' or a.VALID_FLAG = '2') and a.CHECK_STATUS = '1'