更新Mapper的文件结构(优化)

This commit is contained in:
季圣华
2019-02-24 17:01:27 +08:00
parent ee115327d0
commit 01feda9300
15 changed files with 32 additions and 32 deletions

View File

@@ -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.jsh.erp.datasource.mappers.PersonMapper">
<select id="selectByConditionPerson" parameterType="com.jsh.erp.datasource.entities.PersonExample" resultMap="BaseResultMap">
<mapper namespace="com.jsh.erp.datasource.mappers.PersonMapperEx">
<select id="selectByConditionPerson" parameterType="com.jsh.erp.datasource.entities.PersonExample" resultMap="com.jsh.erp.datasource.mappers.PersonMapper.BaseResultMap">
select *
FROM jsh_person
where 1=1