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

Commit 05894df4 authored by 胡佳晨's avatar 胡佳晨

志愿者需求完成

parent 287e7319
......@@ -113,7 +113,7 @@
},
{
field: 'team1',
title: '申请职责'
title: '申请职责1'
},
{
field: 'team2',
......
......@@ -158,8 +158,9 @@ public class SmileVolunteersServiceImpl extends ServiceImpl<SmileVolunteersMappe
map.put("name", param.getName());
map.put("phone", param.getPhone());
map.put("team", param.getTeam());
map.put("title", param.getTitle());
map.put("title", param.getTitle() == null ? "" : param.getTitle());
map.put("status", param.getStatus() + "");
map.put("projectId", param.getProjectId());
List<VolunteersExportDto> dtoList = volunteersMapper.expertVolunteer(map);
List<VolunteersExportVo> voList = new ArrayList();
for (VolunteersExportDto dto : dtoList) {
......
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