| | |
| | | jac.check_remark, |
| | | jac.create_time, |
| | | jac.is_deleted, |
| | | bu.`real_name` name, |
| | | bu.`name` name, |
| | | bu.`avatar`, |
| | | bu.`phone` phone, |
| | | ja.title |
| | |
| | | <if test="noticeComment.name != null ">and bu.name like concat('%',#{noticeComment.name},'%')</if> |
| | | <if test="noticeComment.title != null ">and ja.title like concat('%',#{noticeComment.title},'%')</if> |
| | | |
| | | <if test="noticeComment.cityCode != null and noticeComment.cityCode != ''"> |
| | | <if test="noticeComment.cityCodeList != null and noticeComment.cityCodeList.size() > 0"> |
| | | and ( ja.article_range like |
| | | <foreach collection="noticeComment.cityCode" separator=" or ja.article_range like" item="id">'%${id}%' |
| | | <foreach collection="noticeComment.cityCodeList" separator=" or ja.article_range like" item="id"> |
| | | '%${id}%' |
| | | </foreach> |
| | | ) |
| | | </if> |