forked from kidgrow-microservices-platform

luliqiang
2020-12-08 ea9f73babda708e281f08f82aa099a0a128a24d5
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>