forked from kidgrow-microservices-platform

er
2020-04-02 d8de5f3b6433c5a00b54b5b88db7c67aa8058ea5
修改 opration xml 路径
13 files modified
169 ■■■■ changed files
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/BusinessRecordsMapper.xml 6 ●●●● patch | view | raw | blame | history
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/BusinessServerMapper.xml 6 ●●●● patch | view | raw | blame | history
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DataNeedMapper.xml 97 ●●●● patch | view | raw | blame | history
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DoctorAnswerMapper.xml 6 ●●●● patch | view | raw | blame | history
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DoctorServerMapper.xml 6 ●●●● patch | view | raw | blame | history
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DoctorSigningMapper.xml 6 ●●●● patch | view | raw | blame | history
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DoctorTempleteMapper.xml 6 ●●●● patch | view | raw | blame | history
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/HospitalScreeningMapper.xml 6 ●●●● patch | view | raw | blame | history
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/ProductOrderDetailMapper.xml 6 ●●●● patch | view | raw | blame | history
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/ProductOrderMapper.xml 6 ●●●● patch | view | raw | blame | history
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/SysFeedbackMapper.xml 6 ●●●● patch | view | raw | blame | history
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/SysLoggerMapper.xml 6 ●●●● patch | view | raw | blame | history
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/SysProductMapper.xml 6 ●●●● patch | view | raw | blame | history
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/BusinessRecordsMapper.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!--业务操作记录-->
<mapper namespace="com.kidgrow.usercenter.mapper.BusinessRecordsMapper">
<mapper namespace="com.kidgrow.oprationcenter.mapper.BusinessRecordsMapper">
    <!--定义查询列-->
    <sql id="Column_List">
       *
@@ -64,7 +64,7 @@
    </sql>
    <!--定义根据-BusinessRecords当作查询条件返回对象-->
    <select id="findByObject"  resultType="com.kidgrow.usercenter.model.BusinessRecords">
    <select id="findByObject"  resultType="com.kidgrow.oprationcenter.model.BusinessRecords">
        select <include refid="Column_List"/>
        from business_records
        <include refid="where"/>
@@ -72,7 +72,7 @@
    </select>
    <!--定义根据-BusinessRecords当作查询条件返回对象集合-->
    <select id="findList" resultType="com.kidgrow.usercenter.model.BusinessRecords">
    <select id="findList" resultType="com.kidgrow.oprationcenter.model.BusinessRecords">
        select <include refid="Column_List"/>
        from business_records
        order by id desc
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/BusinessServerMapper.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!--医院服务信息表-->
<mapper namespace="com.kidgrow.usercenter.mapper.BusinessServerMapper">
<mapper namespace="com.kidgrow.oprationcenter.mapper.BusinessServerMapper">
    <!--定义查询列-->
    <sql id="Column_List">
       *
@@ -58,7 +58,7 @@
    </sql>
    <!--定义根据-BusinessServer当作查询条件返回对象-->
    <select id="findByObject"  resultType="com.kidgrow.usercenter.model.BusinessServer">
    <select id="findByObject"  resultType="com.kidgrow.oprationcenter.model.BusinessServer">
        select <include refid="Column_List"/>
        from business_server
        <include refid="where"/>
@@ -66,7 +66,7 @@
    </select>
    <!--定义根据-BusinessServer当作查询条件返回对象集合-->
    <select id="findList" resultType="com.kidgrow.usercenter.model.BusinessServer">
    <select id="findList" resultType="com.kidgrow.oprationcenter.model.BusinessServer">
        select <include refid="Column_List"/>
        from business_server
        order by id desc
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DataNeedMapper.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!--医生的数据需求-->
<mapper namespace="com.kidgrow.usercenter.mapper.DataNeedMapper">
<mapper namespace="com.kidgrow.oprationcenter.mapper.DataNeedMapper">
    <!--定义查询列-->
    <sql id="Column_List">
       *
@@ -11,82 +11,85 @@
    <sql id="where">
        <where>
            <!--查询条件自行添加-->
            p.is_del=0
                                    <if test="p.id != null and p.id !=''">
                and  id =  #{p.id}
            is_del=0
            <if test="p.id != null and p.id !=''">
                and id = #{p.id}
            </if>
                                                <if test="p.needType != null and p.needType !=''">
                and  need_type =  #{p.needType}
            <if test="p.needType != null and p.needType !=''">
                and need_type = #{p.needType}
            </if>
                                                <if test="p.doctorId != null and p.doctorId !=''">
                and  doctor_id =  #{p.doctorId}
            <if test="p.doctorId != null and p.doctorId !=''">
                and doctor_id = #{p.doctorId}
            </if>
                                                <if test="p.doctorName != null and p.doctorName !=''">
                and  doctor_name =  #{p.doctorName}
            <if test="p.doctorName != null and p.doctorName !=''">
                and doctor_name like '%${p.doctorName}%'
            </if>
                                                <if test="p.hospitalName != null and p.hospitalName !=''">
                and  hospital_name =  #{p.hospitalName}
            <if test="p.hospitalName != null and p.hospitalName !=''">
                and hospital_name = #{p.hospitalName}
            </if>
                                                <if test="p.departmentName != null and p.departmentName !=''">
                and  department_name =  #{p.departmentName}
            <if test="p.departmentName != null and p.departmentName !=''">
                and department_name = #{p.departmentName}
            </if>
                                                <if test="p.doctorTel != null and p.doctorTel !=''">
                and  doctor_tel =  #{p.doctorTel}
            <if test="p.doctorTel != null and p.doctorTel !=''">
                and doctor_tel = #{p.doctorTel}
            </if>
                                                <if test="p.needBegintime != null and p.needBegintime !=''">
                and  need_begintime =  #{p.needBegintime}
            <if test="p.needBegintime != null and p.needBegintime !=''">
                and need_begintime = #{p.needBegintime}
            </if>
                                                <if test="p.needEndtime != null and p.needEndtime !=''">
                and  need_endtime =  #{p.needEndtime}
            <if test="p.needEndtime != null and p.needEndtime !=''">
                and need_endtime = #{p.needEndtime}
            </if>
                                                <if test="p.needTags != null and p.needTags !=''">
                and  need_tags =  #{p.needTags}
            <if test="p.needTags != null and p.needTags !=''">
                and need_tags = #{p.needTags}
            </if>
                                                <if test="p.isDel != null and p.isDel !=''">
                and  is_del =  #{p.isDel}
            <if test="p.isDel != null and p.isDel !=''">
                and is_del = #{p.isDel}
            </if>
                                                <if test="p.dataFile != null and p.dataFile !=''">
                and  data_file =  #{p.dataFile}
            <if test="p.dataFile != null and p.dataFile !=''">
                and data_file = #{p.dataFile}
            </if>
                                                <if test="p.downTime != null and p.downTime !=''">
                and  down_time =  #{p.downTime}
            <if test="p.downTime != null and p.downTime !=''">
                and down_time = #{p.downTime}
            </if>
                                                <if test="p.enabled != null and p.enabled !=''">
                and  enabled =  #{p.enabled}
            <if test="p.enabled != null and p.enabled !=''">
                and enabled = #{p.enabled}
            </if>
                                                <if test="p.createUserId != null and p.createUserId !=''">
                and  create_user_id =  #{p.createUserId}
            <if test="p.createUserId != null and p.createUserId !=''">
                and create_user_id = #{p.createUserId}
            </if>
                                                <if test="p.createUserName != null and p.createUserName !=''">
                and  create_user_name =  #{p.createUserName}
            <if test="p.createUserName != null and p.createUserName !=''">
                and create_user_name = #{p.createUserName}
            </if>
                                                <if test="p.updateUserId != null and p.updateUserId !=''">
                and  update_user_id =  #{p.updateUserId}
            <if test="p.updateUserId != null and p.updateUserId !=''">
                and update_user_id = #{p.updateUserId}
            </if>
                                                <if test="p.updateUserName != null and p.updateUserName !=''">
                and  update_user_name =  #{p.updateUserName}
            <if test="p.updateUserName != null and p.updateUserName !=''">
                and update_user_name = #{p.updateUserName}
            </if>
                                                <if test="p.createTime != null and p.createTime !=''">
                and  create_time =  #{p.createTime}
            <if test="p.createTime != null and p.createTime !=''">
                and create_time = #{p.createTime}
            </if>
                                                <if test="p.updateTime != null and p.updateTime !=''">
                and  update_time =  #{p.updateTime}
            <if test="p.updateTime != null and p.updateTime !=''">
                and update_time = #{p.updateTime}
            </if>
                                </where>
        </where>
    </sql>
    <!--定义根据-DataNeed当作查询条件返回对象-->
    <select id="findByObject"  resultType="com.kidgrow.usercenter.model.DataNeed">
        select <include refid="Column_List"/>
    <select id="findByObject" resultType="com.kidgrow.oprationcenter.model.DataNeed">
        select
        <include refid="Column_List"/>
        from data_need
        <include refid="where"/>
        order by id desc
    </select>
    <!--定义根据-DataNeed当作查询条件返回对象集合-->
    <select id="findList" resultType="com.kidgrow.usercenter.model.DataNeed">
        select <include refid="Column_List"/>
    <select id="findList" resultType="com.kidgrow.oprationcenter.model.DataNeed">
        select
        <include refid="Column_List"/>
        from data_need
        <include refid="where"/>
        order by id desc
    </select>
</mapper>
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DoctorAnswerMapper.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!--医答医生信息表-未完待续-->
<mapper namespace="com.kidgrow.usercenter.mapper.DoctorAnswerMapper">
<mapper namespace="com.kidgrow.oprationcenter.mapper.DoctorAnswerMapper">
    <!--定义查询列-->
    <sql id="Column_List">
       *
@@ -40,7 +40,7 @@
    </sql>
    <!--定义根据-DoctorAnswer当作查询条件返回对象-->
    <select id="findByObject"  resultType="com.kidgrow.usercenter.model.DoctorAnswer">
    <select id="findByObject"  resultType="com.kidgrow.oprationcenter.model.DoctorAnswer">
        select <include refid="Column_List"/>
        from doctor_answer
        <include refid="where"/>
@@ -48,7 +48,7 @@
    </select>
    <!--定义根据-DoctorAnswer当作查询条件返回对象集合-->
    <select id="findList" resultType="com.kidgrow.usercenter.model.DoctorAnswer">
    <select id="findList" resultType="com.kidgrow.oprationcenter.model.DoctorAnswer">
        select <include refid="Column_List"/>
        from doctor_answer
        order by id desc
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DoctorServerMapper.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!--医生业务服务信息表-->
<mapper namespace="com.kidgrow.usercenter.mapper.DoctorServerMapper">
<mapper namespace="com.kidgrow.oprationcenter.mapper.DoctorServerMapper">
    <!--定义查询列-->
    <sql id="Column_List">
       *
@@ -49,7 +49,7 @@
    </sql>
    <!--定义根据-DoctorServer当作查询条件返回对象-->
    <select id="findByObject"  resultType="com.kidgrow.usercenter.model.DoctorServer">
    <select id="findByObject"  resultType="com.kidgrow.oprationcenter.model.DoctorServer">
        select <include refid="Column_List"/>
        from doctor_server
        <include refid="where"/>
@@ -57,7 +57,7 @@
    </select>
    <!--定义根据-DoctorServer当作查询条件返回对象集合-->
    <select id="findList" resultType="com.kidgrow.usercenter.model.DoctorServer">
    <select id="findList" resultType="com.kidgrow.oprationcenter.model.DoctorServer">
        select <include refid="Column_List"/>
        from doctor_server
        order by id desc
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DoctorSigningMapper.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!--签约医生信息表-未完待续-->
<mapper namespace="com.kidgrow.usercenter.mapper.DoctorSigningMapper">
<mapper namespace="com.kidgrow.oprationcenter.mapper.DoctorSigningMapper">
    <!--定义查询列-->
    <sql id="Column_List">
       *
@@ -40,7 +40,7 @@
    </sql>
    <!--定义根据-DoctorSigning当作查询条件返回对象-->
    <select id="findByObject"  resultType="com.kidgrow.usercenter.model.DoctorSigning">
    <select id="findByObject"  resultType="com.kidgrow.oprationcenter.model.DoctorSigning">
        select <include refid="Column_List"/>
        from doctor_signing
        <include refid="where"/>
@@ -48,7 +48,7 @@
    </select>
    <!--定义根据-DoctorSigning当作查询条件返回对象集合-->
    <select id="findList" resultType="com.kidgrow.usercenter.model.DoctorSigning">
    <select id="findList" resultType="com.kidgrow.oprationcenter.model.DoctorSigning">
        select <include refid="Column_List"/>
        from doctor_signing
        order by id desc
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DoctorTempleteMapper.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!--医生的模板-->
<mapper namespace="com.kidgrow.usercenter.mapper.DoctorTempleteMapper">
<mapper namespace="com.kidgrow.oprationcenter.mapper.DoctorTempleteMapper">
    <!--定义查询列-->
    <sql id="Column_List">
       *
@@ -73,7 +73,7 @@
    </sql>
    <!--定义根据-DoctorTemplete当作查询条件返回对象-->
    <select id="findByObject"  resultType="com.kidgrow.usercenter.model.DoctorTemplete">
    <select id="findByObject"  resultType="com.kidgrow.oprationcenter.model.DoctorTemplete">
        select <include refid="Column_List"/>
        from doctor_templete
        <include refid="where"/>
@@ -81,7 +81,7 @@
    </select>
    <!--定义根据-DoctorTemplete当作查询条件返回对象集合-->
    <select id="findList" resultType="com.kidgrow.usercenter.model.DoctorTemplete">
    <select id="findList" resultType="com.kidgrow.oprationcenter.model.DoctorTemplete">
        select <include refid="Column_List"/>
        from doctor_templete
        order by id desc
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/HospitalScreeningMapper.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!--筛查医院信息表-未完待续-->
<mapper namespace="com.kidgrow.usercenter.mapper.HospitalScreeningMapper">
<mapper namespace="com.kidgrow.oprationcenter.mapper.HospitalScreeningMapper">
    <!--定义查询列-->
    <sql id="Column_List">
       *
@@ -55,7 +55,7 @@
    </sql>
    <!--定义根据-HospitalScreening当作查询条件返回对象-->
    <select id="findByObject"  resultType="com.kidgrow.usercenter.model.HospitalScreening">
    <select id="findByObject"  resultType="com.kidgrow.oprationcenter.model.HospitalScreening">
        select <include refid="Column_List"/>
        from hospital_screening
        <include refid="where"/>
@@ -63,7 +63,7 @@
    </select>
    <!--定义根据-HospitalScreening当作查询条件返回对象集合-->
    <select id="findList" resultType="com.kidgrow.usercenter.model.HospitalScreening">
    <select id="findList" resultType="com.kidgrow.oprationcenter.model.HospitalScreening">
        select <include refid="Column_List"/>
        from hospital_screening
        order by id desc
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/ProductOrderDetailMapper.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!--产品/明显的充值记录-->
<mapper namespace="com.kidgrow.usercenter.mapper.ProductOrderDetailMapper">
<mapper namespace="com.kidgrow.oprationcenter.mapper.ProductOrderDetailMapper">
    <!--定义查询列-->
    <sql id="Column_List">
       *
@@ -67,7 +67,7 @@
    </sql>
    <!--定义根据-ProductOrderDetail当作查询条件返回对象-->
    <select id="findByObject"  resultType="com.kidgrow.usercenter.model.ProductOrderDetail">
    <select id="findByObject"  resultType="com.kidgrow.oprationcenter.model.ProductOrderDetail">
        select <include refid="Column_List"/>
        from product_order_detail
        <include refid="where"/>
@@ -75,7 +75,7 @@
    </select>
    <!--定义根据-ProductOrderDetail当作查询条件返回对象集合-->
    <select id="findList" resultType="com.kidgrow.usercenter.model.ProductOrderDetail">
    <select id="findList" resultType="com.kidgrow.oprationcenter.model.ProductOrderDetail">
        select <include refid="Column_List"/>
        from product_order_detail
        order by id desc
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/ProductOrderMapper.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!--产品的充值记录-订单-->
<mapper namespace="com.kidgrow.usercenter.mapper.ProductOrderMapper">
<mapper namespace="com.kidgrow.oprationcenter.mapper.ProductOrderMapper">
    <!--定义查询列-->
    <sql id="Column_List">
       *
@@ -70,7 +70,7 @@
    </sql>
    <!--定义根据-ProductOrder当作查询条件返回对象-->
    <select id="findByObject"  resultType="com.kidgrow.usercenter.model.ProductOrder">
    <select id="findByObject"  resultType="com.kidgrow.oprationcenter.model.ProductOrder">
        select <include refid="Column_List"/>
        from product_order
        <include refid="where"/>
@@ -78,7 +78,7 @@
    </select>
    <!--定义根据-ProductOrder当作查询条件返回对象集合-->
    <select id="findList" resultType="com.kidgrow.usercenter.model.ProductOrder">
    <select id="findList" resultType="com.kidgrow.oprationcenter.model.ProductOrder">
        select <include refid="Column_List"/>
        from product_order
        order by id desc
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/SysFeedbackMapper.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!---->
<mapper namespace="com.kidgrow.usercenter.mapper.SysFeedbackMapper">
<mapper namespace="com.kidgrow.oprationcenter.mapper.SysFeedbackMapper">
    <!--定义查询列-->
    <sql id="Column_List">
       *
@@ -67,7 +67,7 @@
    </sql>
    <!--定义根据-SysFeedback当作查询条件返回对象-->
    <select id="findByObject"  resultType="com.kidgrow.usercenter.model.SysFeedback">
    <select id="findByObject"  resultType="com.kidgrow.oprationcenter.model.SysFeedback">
        select <include refid="Column_List"/>
        from sys_feedback
        <include refid="where"/>
@@ -75,7 +75,7 @@
    </select>
    <!--定义根据-SysFeedback当作查询条件返回对象集合-->
    <select id="findList" resultType="com.kidgrow.usercenter.model.SysFeedback">
    <select id="findList" resultType="com.kidgrow.oprationcenter.model.SysFeedback">
        select <include refid="Column_List"/>
        from sys_feedback
        order by id desc
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/SysLoggerMapper.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!---->
<mapper namespace="com.kidgrow.usercenter.mapper.SysLoggerMapper">
<mapper namespace="com.kidgrow.oprationcenter.mapper.SysLoggerMapper">
    <!--定义查询列-->
    <sql id="Column_List">
       *
@@ -40,7 +40,7 @@
    </sql>
    <!--定义根据-SysLogger当作查询条件返回对象-->
    <select id="findByObject"  resultType="com.kidgrow.usercenter.model.SysLogger">
    <select id="findByObject"  resultType="com.kidgrow.oprationcenter.model.SysLogger">
        select <include refid="Column_List"/>
        from sys_logger
        <include refid="where"/>
@@ -48,7 +48,7 @@
    </select>
    <!--定义根据-SysLogger当作查询条件返回对象集合-->
    <select id="findList" resultType="com.kidgrow.usercenter.model.SysLogger">
    <select id="findList" resultType="com.kidgrow.oprationcenter.model.SysLogger">
        select <include refid="Column_List"/>
        from sys_logger
        order by id desc
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/SysProductMapper.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!---->
<mapper namespace="com.kidgrow.usercenter.mapper.SysProductMapper">
<mapper namespace="com.kidgrow.oprationcenter.mapper.SysProductMapper">
    <!--定义查询列-->
    <sql id="Column_List">
       *
@@ -61,7 +61,7 @@
    </sql>
    <!--定义根据-SysProduct当作查询条件返回对象-->
    <select id="findByObject"  resultType="com.kidgrow.usercenter.model.SysProduct">
    <select id="findByObject"  resultType="com.kidgrow.oprationcenter.model.SysProduct">
        select <include refid="Column_List"/>
        from sys_product
        <include refid="where"/>
@@ -69,7 +69,7 @@
    </select>
    <!--定义根据-SysProduct当作查询条件返回对象集合-->
    <select id="findList" resultType="com.kidgrow.usercenter.model.SysProduct">
    <select id="findList" resultType="com.kidgrow.oprationcenter.model.SysProduct">
        select <include refid="Column_List"/>
        from sys_product
        order by id desc