forked from kidgrow-microservices-platform

侯瑞军
2020-04-02 73f6ff76576cb1d009aff428c7146bafcfe6d4cf
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/HospitalScreeningMapper.xml
@@ -56,7 +56,8 @@
    <!--定义根据-HospitalScreening当作查询条件返回对象-->
    <select id="findByObject"  resultType="com.kidgrow.oprationcenter.model.HospitalScreening">
        select <include refid="Column_List"/>
        select
        <include refid="Column_List"/>
        from hospital_screening
        <include refid="where"/>
        order by id desc
@@ -64,8 +65,10 @@
    <!--定义根据-HospitalScreening当作查询条件返回对象集合-->
    <select id="findList" resultType="com.kidgrow.oprationcenter.model.HospitalScreening">
        select <include refid="Column_List"/>
        select
        <include refid="Column_List"/>
        from hospital_screening
        <include refid="where"/>
        order by id desc
    </select>
</mapper>