forked from kidgrow-microservices-platform

dougang
2020-12-03 189cb9a1b925fbdfde02c175b2d84f4fe00dbaa7
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>