Commit e807b750 by zhangxingmin

push

parent de4553c7
......@@ -1105,7 +1105,7 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService {
BeanUtils.copyProperties(dto,logDto);
return logDto;
}).collect(Collectors.toList());
response.setReferrerLogDtoList(referrerLogDtoList);
response.setReferrerDtoList(referrerLogDtoList);
}
//预约-签单员信息日志列表
......@@ -1116,7 +1116,7 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService {
BeanUtils.copyProperties(dto,logDto);
return logDto;
}).collect(Collectors.toList());
response.setUserSignLogDtoList(userSignLogDtoList);
response.setUserSignDtoList(userSignLogDtoList);
}
}
return Result.success(response);
......
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