|
|
@@ -1,6 +1,6 @@
|
|
|
<?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.goafanti.common.dao.UserMapper">
|
|
|
+<mapper namespace="com.goafanti.common.dao.UserMapper">
|
|
|
<resultMap id="BaseResultMap" type="com.goafanti.common.model.User">
|
|
|
<id column="id" jdbcType="VARCHAR" property="id" />
|
|
|
<result column="mobile" jdbcType="VARCHAR" property="mobile" />
|
|
|
@@ -935,8 +935,7 @@
|
|
|
select number
|
|
|
from user
|
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
|
- </select>
|
|
|
-=======
|
|
|
+ </select>
|
|
|
<resultMap id="BaseResultMap" type="com.goafanti.common.model.User">
|
|
|
<id column="id" jdbcType="VARCHAR" property="id" />
|
|
|
<result column="mobile" jdbcType="VARCHAR" property="mobile" />
|