|
@@ -157,7 +157,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</select>
|
|
|
|
|
|
<select id="getUserList" resultType="com.fs.qw.vo.UserVOs">
|
|
|
- select b.nickname as name,b.avatar,a.title,a.score,a.create_time,a.type from
|
|
|
+ select b.nick_name as name,b.avatar,a.title,a.score,a.create_time,a.type from
|
|
|
hy_work_task a
|
|
|
inner join fs_user b on a.user_id = b.user_id
|
|
|
where a.company_user_id = #{userId}
|