|
@ -280,6 +280,8 @@ public class EpmetUserServiceImpl implements EpmetUserService { |
|
|
staffList = customerStaffDao.selectByStaffIds(null, formDTO.getStaffName()); |
|
|
staffList = customerStaffDao.selectByStaffIds(null, formDTO.getStaffName()); |
|
|
if (!CollectionUtils.isEmpty(staffList)) { |
|
|
if (!CollectionUtils.isEmpty(staffList)) { |
|
|
formDTO.setStaffId(staffList.get(0).getUserId()); |
|
|
formDTO.setStaffId(staffList.get(0).getUserId()); |
|
|
|
|
|
}else { |
|
|
|
|
|
return resultList; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
//2-2.查询业务数据
|
|
|
//2-2.查询业务数据
|
|
|