| | |
| | | </select> |
| | | |
| | | <select id="selectGdClueEventDetailById" resultMap="gdClueEventVoResultMap"> |
| | | select ce.*, |
| | | select |
| | | ce.id, |
| | | ce.result_id, |
| | | ce.work_order_id, |
| | | ce.dispose_user, |
| | | ce.dispose_dept, |
| | | ce.longitude, |
| | | ce.latitude, |
| | | ce.event_status, |
| | | ce.area_code, |
| | | ce.event_num, |
| | | ce.event_name, |
| | | ce.attach_url, |
| | | ce.shoot_time, |
| | | ce.create_user, |
| | | ce.create_dept, |
| | | ce.create_time, |
| | | ce.update_user, |
| | | ce.update_time, |
| | | ce.status, |
| | | ce.is_deleted, |
| | | COALESCE(bu.real_name, bu.name) as dispose_user_name, |
| | | bd.dept_name as dispose_dept_name, |
| | | COALESCE(cu.real_name, cu.name) as distribute_user_name, |
| | |
| | | COALESCE(tr.shoot_time, ce.shoot_time) as shoot_time, |
| | | COALESCE(tr.result_url, ce.attach_url) as event_image_url, |
| | | COALESCE(tr.geojson, ce.geojson) as geojson, |
| | | COALESCE(tr.attachment_type, ce.attachment_type) as attachmentType |
| | | COALESCE(tr.attachment_type, ce.attachment_type) as attachment_type, |
| | | tr.id as tr_id, |
| | | tr.attachment_type as tr_attachment_type_raw |
| | | from ja_gd_clue_event ce |
| | | left join blade_user bu on bu.id::VARCHAR = ce.dispose_user::VARCHAR and bu.is_deleted = 0 |
| | | left join blade_dept bd on bd.id::VARCHAR = ce.dispose_dept::VARCHAR and bd.is_deleted = 0 |