|
@@ -28,8 +28,9 @@
|
|
<result column="password" property="password" />
|
|
<result column="password" property="password" />
|
|
<result column="mobile" property="mobile" />
|
|
<result column="mobile" property="mobile" />
|
|
<result column="role_type" property="roleType" />
|
|
<result column="role_type" property="roleType" />
|
|
|
|
+ <result column="role_name" property="roleName" />
|
|
<result column="company_id" property="companyId" />
|
|
<result column="company_id" property="companyId" />
|
|
- <result column="company_name" property="companyName">
|
|
|
|
|
|
+ <result column="company_name" property="companyName"/>
|
|
<result column="parent_id" property="parentId" />
|
|
<result column="parent_id" property="parentId" />
|
|
<result column="sex" property="sex" />
|
|
<result column="sex" property="sex" />
|
|
<result column="dep_no" property="depNo" />
|
|
<result column="dep_no" property="depNo" />
|
|
@@ -72,7 +73,7 @@
|
|
u.company_id = #{companyId}
|
|
u.company_id = #{companyId}
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
- Order by u.id desc;
|
|
|
|
|
|
+ Order by u.id desc
|
|
</select>
|
|
</select>
|
|
|
|
|
|
</mapper>
|
|
</mapper>
|