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