|
|
@@ -2022,7 +2022,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
|
<select id="selectFsUserVOListByProjectNew" resultType="com.fs.his.vo.FsUserVO">
|
|
|
SELECT
|
|
|
- u.user_id, u.nick_name, u.avatar, u.phone, u.integral, u.now_money,
|
|
|
+ u.user_id, u.nick_name,u.nickname, u.avatar, u.phone, u.integral, u.now_money,
|
|
|
ucu.project_id,ucu.id as companyUserId,ucu.create_time as bindTime,ucu.status,
|
|
|
company.company_name,
|
|
|
cu.nick_name companyUserNickName
|
|
|
@@ -2035,7 +2035,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
left join
|
|
|
company_user cu on cu.user_id = ucu.company_user_id
|
|
|
<where>
|
|
|
- 1 = 1 and u.nick_name is not null
|
|
|
+ 1 = 1 and u.nickName is not null
|
|
|
and u.is_del = 0
|
|
|
<if test = "maps.nickname != null and maps.nickname !='' " >
|
|
|
AND u.nick_name LIKE CONCAT("%",#{maps.nickname},"%")
|