From 0ff113c1f3097bfe1d2559e35fe88dabe212f3d4 Mon Sep 17 00:00:00 2001 From: xiepeng Date: Wed, 29 May 2024 14:07:01 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/zcloud/FHmainApplication.java | 6 +++--- src/main/resources/mybatis/dsno2/corp/CorpInfoMapper.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/zcloud/FHmainApplication.java b/src/main/java/com/zcloud/FHmainApplication.java index ade21f2..ddd2213 100644 --- a/src/main/java/com/zcloud/FHmainApplication.java +++ b/src/main/java/com/zcloud/FHmainApplication.java @@ -8,11 +8,11 @@ import org.springframework.cache.annotation.EnableCaching; import org.springframework.scheduling.annotation.EnableScheduling; /** - * 说明:启动类 + * 说明:启动类 * 作者:luoxiaobao * 官网:www.qdkjchina.com */ -@SpringBootApplication//去除冲突 +@SpringBootApplication//去除冲突 @MapperScan("com.zcloud.mapper") @EnableCaching @EnableScheduling // 2.开启定时任务 @@ -21,4 +21,4 @@ public class FHmainApplication { public static void main(String[] args) { SpringApplication.run(FHmainApplication.class, args); } -} \ No newline at end of file +} diff --git a/src/main/resources/mybatis/dsno2/corp/CorpInfoMapper.xml b/src/main/resources/mybatis/dsno2/corp/CorpInfoMapper.xml index e71752c..568a3c3 100644 --- a/src/main/resources/mybatis/dsno2/corp/CorpInfoMapper.xml +++ b/src/main/resources/mybatis/dsno2/corp/CorpInfoMapper.xml @@ -725,7 +725,7 @@ bus_corp_time md group by md.CORPINFO_ID ) ct on ct.CORPINFO_ID = f.CORPINFO_ID - where f.ISDELETE = '0' and f.ISSMALL is NULL and f.STATUS = '1' + where f.ISDELETE = '0' and f.ISSMALL is NULL and f.STATUS != '3' and (