|  |  | 
 |  |  | "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | 
 |  |  | <mapper namespace="com.ruoyi.project.mapper.ServiceDocumentfilesMapper"> | 
 |  |  |      | 
 |  |  |     <resultMap type="ServiceDocumentfiles" id="ServiceDocumentfilesResult"> | 
 |  |  |     <resultMap type="com.ruoyi.project.domain.ServiceDocumentfiles" id="ServiceDocumentfilesResult"> | 
 |  |  |         <result property="id"    column="id"    /> | 
 |  |  |         <result property="doctype"    column="doctype"    /> | 
 |  |  |         <result property="filename"    column="filename"    /> | 
 |  |  | 
 |  |  |         select id, doctype, filename, filetype, fileurl, status, provinceno, provincename, cityno, cityname, townno, townname, source, uploadtime, remark, del_flag, create_by, create_time, update_by, update_time from service_documentfiles | 
 |  |  |     </sql> | 
 |  |  |  | 
 |  |  |     <select id="selectServiceDocumentfilesList" parameterType="ServiceDocumentfiles" resultMap="ServiceDocumentfilesResult"> | 
 |  |  |     <select id="selectServiceDocumentfilesList" parameterType="com.ruoyi.project.domain.ServiceDocumentfiles" resultMap="ServiceDocumentfilesResult"> | 
 |  |  |         <include refid="selectServiceDocumentfilesVo"/> | 
 |  |  |         <where> | 
 |  |  |             del_flag = 0 |