forked from kidgrow-microservices-platform

er
2020-04-02 4a338d4ab0fa19876612b2a352689a192d660c23
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>