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'