记得上下班打卡 | git大法好,push需谨慎

Commit 0a5a5703 authored by 胡佳晨's avatar 胡佳晨

修改 志愿者活动列表列明

修改 志愿者列表 增加 性别筛选
增加 志愿者详情 增加 点击图片展示大图
去掉 志愿者专长显示
parent 1d72f910
......@@ -161,6 +161,7 @@ public class SmileVolunteersServiceImpl extends ServiceImpl<SmileVolunteersMappe
map.put("team", param.getTeam());
map.put("title", param.getTitle() == null ? "" : param.getTitle());
map.put("status", param.getStatus() + "");
map.put("sex", "-1");
map.put("projectId", param.getProjectId());
List<VolunteersExportDto> dtoList = volunteersMapper.expertVolunteer(map);
List<VolunteersExportVo> voList = new ArrayList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment