@@ -8,6 +8,9 @@
left join jy_platform jp on up.platform_id = jp.id
</if>
where up.rec_status = 'A'
+ <if test="param.isJm != null and param.isJM == 1">
+ and up.is_jm =1
+ </if>
<if test="param.name != null and param.name !=''">
and up.ry_nick_name like concat ('%',#{param.name},'%')