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

Commit 5d4a86a4 authored by 胡佳晨's avatar 胡佳晨

Merge branch 'hjc_volunteers_fix_projectList' into dev_smile_0606

parents a6d1ec15 0a5a5703
...@@ -161,6 +161,7 @@ public class SmileVolunteersServiceImpl extends ServiceImpl<SmileVolunteersMappe ...@@ -161,6 +161,7 @@ public class SmileVolunteersServiceImpl extends ServiceImpl<SmileVolunteersMappe
map.put("team", param.getTeam()); map.put("team", param.getTeam());
map.put("title", param.getTitle() == null ? "" : param.getTitle()); map.put("title", param.getTitle() == null ? "" : param.getTitle());
map.put("status", param.getStatus() + ""); map.put("status", param.getStatus() + "");
map.put("sex", "-1");
map.put("projectId", param.getProjectId()); map.put("projectId", param.getProjectId());
List<VolunteersExportDto> dtoList = volunteersMapper.expertVolunteer(map); List<VolunteersExportDto> dtoList = volunteersMapper.expertVolunteer(map);
List<VolunteersExportVo> voList = new ArrayList(); 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