forked from kidgrow-microservices-platform

houruijun
2020-11-27 8e302d52b67d30fe64a95095565cc39569d1f1c3
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/ScreeningOrganizationInfoMapper.xml
@@ -98,4 +98,11 @@
        <include refid="where"/>
        order by id desc
    </select>
    <select id="findByHospitalId" resultType="com.kidgrow.oprationcenter.model.ScreeningOrganizationInfo" parameterType="java.lang.Long">
        select
        <include refid="Column_List"/>
        from screening_organization_info
        where source_hospital_id=#{t}
    </select>
</mapper>