liusheng
2024-03-11 48d56c0780ddcd28a19f306064e1dd21f0c425c0
ruoyi-project/src/main/resources/mapper/project/ServiceOrganallocationMapper.xml
@@ -49,7 +49,7 @@
                                                  LEFT JOIN base_organization on base_organization.OrganizationID = service_donatebaseinfo.TreatmentHospitalNo
    </sql>
    <select id="selectServiceOrganallocationList" parameterType="ServiceOrganallocation" resultMap="ServiceOrganallocationResult">
    <select id="selectServiceOrganallocationList" parameterType="com.ruoyi.project.domain.ServiceOrganallocation" resultMap="ServiceOrganallocationResult">
        <include refid="selectServiceOrganallocationVo"/>
        <where>
            <if test="organid != null "> and service_organallocation.OrganID = #{organid}</if>