BUG优化

dev
xiepeng 2024-05-29 14:07:01 +08:00
parent bbb72f0839
commit 0ff113c1f3
2 changed files with 4 additions and 4 deletions
src/main
java/com/zcloud
resources/mybatis/dsno2/corp

View File

@ -8,11 +8,11 @@ import org.springframework.cache.annotation.EnableCaching;
import org.springframework.scheduling.annotation.EnableScheduling; import org.springframework.scheduling.annotation.EnableScheduling;
/** /**
* *
* luoxiaobao * luoxiaobao
* www.qdkjchina.com * www.qdkjchina.com
*/ */
@SpringBootApplication//去除冲突 @SpringBootApplication//去除冲突
@MapperScan("com.zcloud.mapper") @MapperScan("com.zcloud.mapper")
@EnableCaching @EnableCaching
@EnableScheduling // 2.开启定时任务 @EnableScheduling // 2.开启定时任务
@ -21,4 +21,4 @@ public class FHmainApplication {
public static void main(String[] args) { public static void main(String[] args) {
SpringApplication.run(FHmainApplication.class, args); SpringApplication.run(FHmainApplication.class, args);
} }
} }

View File

@ -725,7 +725,7 @@
bus_corp_time md bus_corp_time md
group by md.CORPINFO_ID group by md.CORPINFO_ID
) ct on ct.CORPINFO_ID = f.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'
<if test="pd.KEYWORDS != null and pd.KEYWORDS != ''"><!-- 关键词检索 --> <if test="pd.KEYWORDS != null and pd.KEYWORDS != ''"><!-- 关键词检索 -->
and and
( (