|
|
|
@ -101,7 +101,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
and
|
|
|
|
and
|
|
|
|
<foreach collection="userNumberStr.split(',')" index="index" item="item" open="(" separator="OR"
|
|
|
|
<foreach collection="userNumberStr.split(',')" index="index" item="item" open="(" separator="OR"
|
|
|
|
close=")">
|
|
|
|
close=")">
|
|
|
|
user_number like concat('%', #{item}, '%')
|
|
|
|
user_id = #{item}
|
|
|
|
</foreach>
|
|
|
|
</foreach>
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="userPhone!=null and userPhone !=''">
|
|
|
|
<if test="userPhone!=null and userPhone !=''">
|
|
|
|
|