|
|
@ -608,7 +608,7 @@ public class CustomerStaffServiceImpl extends BaseServiceImpl<CustomerStaffDao, |
|
|
|
return; |
|
|
|
} |
|
|
|
StaffSinGridResultDTO resultDTO = new StaffSinGridResultDTO(); |
|
|
|
resultDTO.setStaffId(staffInfo.getStaffId()); |
|
|
|
resultDTO.setStaffId(staffId); |
|
|
|
resultDTO.setStaffName(staffInfo.getRealName()); |
|
|
|
resultDTO.setHeadPhoto(staffInfo.getHeadPhoto()); |
|
|
|
resultDTO.setGender(staffInfo.getGender()); |
|
|
|