|
|
|
@@ -200,7 +200,7 @@ |
|
|
|
<select id ="listByChannel" resultMap="BaseResultMap" parameterType="java.util.List"> |
|
|
|
select id,nick_name,phone,create_date,scene_address from wx_c_user where 1=1 |
|
|
|
<if test =" sceneList!= null "> |
|
|
|
scene_address in |
|
|
|
and scene_address in |
|
|
|
<foreach collection="sceneList" index="index" item="scene" open="(" separator="," close=")"> |
|
|
|
#{scene} |
|
|
|
</foreach> |
|
|
|
|