sinake
7 天以前 7156c5ac2b953c7d82d09d41b8efd3487c0ef26d
ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessorganMapper.xml
@@ -60,7 +60,9 @@
               update_by,
               caseno,
               name,
               update_time
               update_time,
               file_name,
               ext_content
        from service_donationwitnessorgan
    </sql>
@@ -69,6 +71,7 @@
            resultMap="ServiceDonationwitnessorganResult">
        <include refid="selectServiceDonationwitnessorganVo"/>
        <where>
            and del_flag=0
            <if test="infoid != null ">and InfoID = #{infoid}</if>
            <if test="donorno != null  and donorno != ''">and DonorNo = #{donorno}</if>
            <if test="organno != null  and organno != ''">and OrganNo = #{organno}</if>