|
@@ -21,7 +21,7 @@
|
|
|
<if test="param.platformId != null ">
|
|
|
and up.platform_id = #{param.platformId}
|
|
|
</if>
|
|
|
- UNION all SELECT pw.id,null,null,null,name ,null,null,null,pw.create_time from jy_platform_user_wait pw
|
|
|
+ UNION all SELECT pw.id,null,null,null,name ,null,pw.platform_id,null,pw.create_time from jy_platform_user_wait pw
|
|
|
WHERE pw.rec_status = 'A'
|
|
|
<if test="param.name != null and param.name !=''">
|
|
|
and pw.name like concat ('%',#{param.name},'%')
|