<select id="queryCommunicationFieldByType" resultType="reconnoitreCommunicationField" parameterType="String">
SELECT * FROM tb_reconnoitre_communication_field WHERE commun_status = 'Y'
<if test="_parameter !=null and _parameter !=''">and commun_file_type =#{type}
</if>
order by commun_field_name asc
</select>