| | |
| | | <if test="userTopics.phone != null and userTopics.phone != ''"> |
| | | and bu.phone like concat('%',#{userTopics.phone},'%') |
| | | </if> |
| | | |
| | | <if test="userTopics.aoiCodeList != null and userTopics.aoiCodeList.size() > 0"> |
| | | and jda.aoi_code in |
| | | <foreach collection="userTopics.aoiCodeList" item="code" open="(" close=")" separator=","> |
| | | #{code} |
| | | </foreach> |
| | | </if> |
| | | |
| | | <if test="userTopics.userId != null ">and jut.user_id = #{userTopics.userId}</if> |
| | | <if test="userTopics.topicsId != null ">and jut.topics_id = #{userTopics.topicsId}</if> |
| | | <if test="userTopics.createTime != null ">and jut.create_time = #{userTopics.createTime}</if> |