| | |
| | | "p.activity_id, " + |
| | | "p.activity_amount, " + |
| | | "count(pu.id)giveThumbsUpNum, " + |
| | | "p.handle_photo_list " + |
| | | "c.name communityName " + |
| | | "p.transfer_time" + |
| | | "p.is_report_urban" + |
| | | "p.transfer_reason" + |
| | | "p.urban_status" + |
| | | "p.handle_photo_list," + |
| | | "c.name communityName," + |
| | | "p.transfer_time," + |
| | | "p.is_report_urban," + |
| | | "p.transfer_reason," + |
| | | "p.urban_status " + |
| | | "FROM " + |
| | | "com_act_easy_photo p " + |
| | | "JOIN sys_user u on p.sponsor_id=u.user_id " + |
| | |
| | | ComActEasyPhotoCountVO easyPhotoCount(ComActEasyPhotoVO comActEasyPhotoVO); |
| | | List<ExportEasyPhotoVO> export(ExportEasyPhotoDTO exportEasyPhotoDTO); |
| | | List<ExportEasyPhotoVO> exportByIds(List<Integer> ids); |
| | | |
| | | /** |
| | | * 查询社区待处理随手拍id集合 |
| | | * @param communityId 社区id |
| | | * @return 社区待处理随手拍id集合 |
| | | */ |
| | | List<Long> easyPhotoNoHandleIds(@Param("communityId")Long communityId); |
| | | } |