BUG优化
parent
bbb72f0839
commit
0ff113c1f3
|
@ -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'
|
||||
<if test="pd.KEYWORDS != null and pd.KEYWORDS != ''"><!-- 关键词检索 -->
|
||||
and
|
||||
(
|
||||
|
|
Loading…
Reference in New Issue