Commit 03867c3e authored by ysongq's avatar ysongq

no message

parent ef7793f3
......@@ -2,7 +2,7 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.jz.manage.moduls.mapper.SysUserDao">
<resultMap type="com.jz.manage.con.entity.SysUser" id="SysUserMap">
<resultMap type="com.jz.manage.moduls.entity.SysUser" id="SysUserMap">
<result property="userId" column="user_id" jdbcType="INTEGER"/>
<result property="orgId" column="org_id" jdbcType="INTEGER"/>
<result property="userName" column="user_name" jdbcType="VARCHAR"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment