| | |
| | | "p.feedback_at,\n" + |
| | | "p.is_report,\n" + |
| | | "p.is_publicity,\n" + |
| | | "p.activity_type,\n" + |
| | | "p.activity_amount,\n" + |
| | | "p.examine_at \n" + |
| | | "FROM\n" + |
| | | "com_act_easy_photo p\n" + |
| | |
| | | "<if test='comActEasyPhotoVO.sponsorId != null and comActEasyPhotoVO.sponsorId != 0'>" + |
| | | "AND p.sponsor_id =#{comActEasyPhotoVO.sponsorId} \n" + |
| | | " </if> " + |
| | | "<if test='comActEasyPhotoVO.activityType != null'>" + |
| | | "AND p.activity_type =#{comActEasyPhotoVO.activityType} \n" + |
| | | " </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 "+ |
| | | ")t order by t.create_at desc "+ |
| | | "</script>") |