liusheng
3 天以前 1ff85b6e1210b47d4790f866ba59fd50600b3fb4
ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessorganMapper.xml
@@ -29,12 +29,14 @@
        <result property="updateTime" column="update_time"/>
        <result property="name" column="name"/>
        <result property="caseno" column="caseno"/>
        <result property="organStartTime" column="organ_start_time"/>
    </resultMap>
    <sql id="selectServiceDonationwitnessorganVo">
        select ID,
               InfoID,
               DonorNo,
               organ_start_time,
               OrganNo,
               OrganName,
               OrganNumber,
@@ -86,7 +88,8 @@
            </if>
            <if test="ispnf != null  and ispnf != ''">and IsPNF = #{ispnf}</if>
            <if test="isdgf != null  and isdgf != ''">and IsDGF = #{isdgf}</if>
            <if test="organStartTime != null">and organ_start_time = #{organStartTime}</if>
        </where>
    </select>
</mapper>
</mapper>