xiaoyong931011
2022-06-13 089f77fc53b619f4e00f706370a9ade523221f5d
src/main/resources/mapper/CompanyMapper.xml
File was renamed from src/main/resources/mapper/BelongMapper.xml
@@ -1,12 +1,12 @@
<?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.xcong.farmer.cms.modules.system.mapper.BelongMapper">
<mapper namespace="com.xcong.farmer.cms.modules.system.mapper.CompanyMapper">
    <select id="selectAdminBelongInPage" resultType="com.xcong.farmer.cms.modules.system.vo.AdminBelongVo">
    <select id="selectAdminBelongInPage" resultType="com.xcong.farmer.cms.modules.system.vo.AdminCompanyVo">
        SELECT
        a.*
        FROM
        t_belong a
        t_company a
        <where>
            <if test="record != null" >
                <if test="record.name!=null">