@@ -7,5 +7,5 @@ import lombok.Data;
public class JyUserPlatformVo extends JyUserPlatform {
private String ryId;
private String ryNo;
- private String platformIdStr;
+ private String platformAddress;
}
@@ -90,7 +90,7 @@
and co.id = #{param.companyId}
</if>
<if test="param.userIds !=null and param.userIds.size>0 ">
- and u.id in
+ and u.user_id in
<foreach item="userId" collection="param.userIds" open="(" separator="," close=")">
#{userId}
</foreach>