forked from kidgrow-microservices-platform

er
2020-04-02 4a338d4ab0fa19876612b2a352689a192d660c23
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/ProductOrderMapper.xml
@@ -71,7 +71,8 @@
    <!--定义根据-ProductOrder当作查询条件返回对象-->
    <select id="findByObject"  resultType="com.kidgrow.oprationcenter.model.ProductOrder">
        select <include refid="Column_List"/>
        select
        <include refid="Column_List"/>
        from product_order
        <include refid="where"/>
        order by id desc
@@ -79,8 +80,10 @@
    <!--定义根据-ProductOrder当作查询条件返回对象集合-->
    <select id="findList" resultType="com.kidgrow.oprationcenter.model.ProductOrder">
        select <include refid="Column_List"/>
        select
        <include refid="Column_List"/>
        from product_order
        <include refid="where"/>
        order by id desc
    </select>
</mapper>