File was renamed from src/main/resources/mapper/BelongMapper.xml |
| | |
| | | <?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"> |