yxh
2024-08-16 561aa63737f42136c69e87a8d907727da235b38c
ruoyi-project/src/main/resources/mapper/project/ServiceDocumentfilesMapper.xml
@@ -4,7 +4,7 @@
"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"    />
@@ -31,7 +31,7 @@
        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