|
|
@ -735,8 +735,6 @@ item.UPDATED_TIME, |
|
|
from epdc_item item |
|
|
from epdc_item item |
|
|
left join epdc_issue isu on isu.ID = item.ISSUE_ID and isu.del_flag = 0 |
|
|
left join epdc_issue isu on isu.ID = item.ISSUE_ID and isu.del_flag = 0 |
|
|
where item.DEL_FLAG = '0' |
|
|
where item.DEL_FLAG = '0' |
|
|
and item.TOPIC_ID is not null |
|
|
|
|
|
and item.TOPIC_ID != '' |
|
|
|
|
|
and item.UPDATED_TIME > ? |
|
|
and item.UPDATED_TIME > ? |
|
|
UNION ALL |
|
|
UNION ALL |
|
|
select |
|
|
select |
|
|
|