/**
  * SMS 테이블에 입력
  *
  * @param yearMonth
  */
 private void sendSMS(String yearMonth) {
   autoSMSSendController.sendAutoSMS(smsSimpleJdbcTemplate, smsPropertiesMap, yearMonth);
 }