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

Commit 662839d4 authored by 胡佳晨's avatar 胡佳晨

Merge branch 'hjc_volunteers_fix_projectList' into dev_smile_0606

parents 5d4a86a4 2381d7c3
...@@ -161,7 +161,7 @@ public class SmileVolunteersServiceImpl extends ServiceImpl<SmileVolunteersMappe ...@@ -161,7 +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("sex", param.getSex().toString());
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