select d.item_document_id,
d.item_document_title,
d.item_document,
'11e0-d781-fbd6db93-b2cc-cf98253c5a60' as domainid,
d.item_document_id as id
from tlk_document_publish_fo d, OA_DOCUMENT_DEPT r
where d.item_document_id = r.document_id
and d.item_status = 'Y'
and r.dept_id = 'BMBZ13111316'