|
@@ -57,9 +57,9 @@
|
|
|
ORGANIZATION_IDS,ORGANIZATION_NAME
|
|
|
</sql>
|
|
|
<select id="selectUserInfo" resultType="com.shanghaichengdi.ghjgitem.vo.SysUserVo">
|
|
|
- select T.id , userid , username, description, password, salt, email, mobile, status,create_time,
|
|
|
- update_time, deleted, available,
|
|
|
- group_ids, organization_ids, organization_name from GHJG_BASICS.SYS_USER T
|
|
|
+ select T.id , T.userid , T.username,T.description, T.password, T.salt, T.email, T.mobile, T.status,T.create_time,
|
|
|
+ T.update_time, deleted, T.available,
|
|
|
+ T.group_ids, T.organization_ids, T.organization_name from GHJG_BASICS.SYS_USER T
|
|
|
left join GHJG_BASICS.SYS_GROUP T1 on T.ORGANIZATION_IDS = T1.ID
|
|
|
<where>
|
|
|
<if test="id != '' and id != null">
|