| | |
| | | "<if test='comActEasyPhotoVO.sponsorId != null and comActEasyPhotoVO.sponsorId != 0'>" + |
| | | "AND p.sponsor_id =#{comActEasyPhotoVO.sponsorId} " + |
| | | " </if> " + |
| | | "<if test='comActEasyPhotoVO.activityType != null'>" + |
| | | "AND p.activity_type =#{comActEasyPhotoVO.activityType} " + |
| | | " </if> " + |
| | | "<if test='comActEasyPhotoVO.easyType != null and comActEasyPhotoVO.easyType == 1'>" + |
| | | " AND (p.status = 1 or (p.status > 1 and is_need_feed_back = 0)) " + |
| | | " </if> " + |
| | | "<if test='comActEasyPhotoVO.easyType != null and comActEasyPhotoVO.easyType == 2'>" + |
| | | " AND p.status > 1 and is_need_feed_back = 1 " + |
| | | " </if> " + |
| | | "group by p.id "+ |
| | | |
| | | "union all "+ |