if (org.apache.commons.lang.StringUtils.isNotBlank(getNotetime())) {
        note.setNoteTime(sdf.parse(getNotetime()));
    }