| | |
| | | <result column="area_code" property="areaCode"/> |
| | | <result column="event_num" property="eventNum"/> |
| | | <result column="attach_url" property="attachUrl"/> |
| | | <result column="thumbnail_url" property="thumbnailUrl"/> |
| | | </resultMap> |
| | | |
| | | <resultMap id="gdClueEventCountVoResultMap" type="org.sxkj.gd.workorder.vo.GdClueEventCountVO"> |
| | |
| | | COALESCE(tr.attachment_type, ce.attachment_type) as attachment_type, |
| | | ce.create_time as create_time, |
| | | tr.shoot_time as shoot_time, |
| | | tr.thumbnail_url as thumbnailUrl, |
| | | COALESCE(bu.real_name, bu.name) as dispose_user_name, |
| | | bd.dept_name as dispose_dept_name, |
| | | ce.result_id, |