forked from kidgrow-microservices-platform

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