| | |
| | | <select id="selectGdDataObjectionPage" resultMap="gdDataObjectionResultMap"> |
| | | select |
| | | obj.*, |
| | | GROUP_CONCAT(da.attach_name SEPARATOR ',') as attach_names, |
| | | string_agg(da.attach_name SEPARATOR ',') as attach_names, |
| | | bd.dept_name as create_dept_name |
| | | from |
| | | ja_gd_data_objection obj |
| | |
| | | <select id="getDetail" resultType="org.sxkj.gd.orderdata.vo.GdDataObjectionVO"> |
| | | select |
| | | obj.*, |
| | | GROUP_CONCAT(da.attach_name SEPARATOR ',') as attach_names , |
| | | GROUP_CONCAT(da.attach_id SEPARATOR ',') as attach_ids |
| | | string_agg(da.attach_name SEPARATOR ',') as attach_names , |
| | | string_agg(da.attach_id SEPARATOR ',') as attach_ids |
| | | from |
| | | ja_gd_data_objection obj |
| | | left join |