src/main/java/com/yssh/service/EmailService.java
@@ -60,6 +60,9 @@ @Value("${email.hours}") private Integer hours; @Value("${email.names}") private Integer names; private final static SimpleDateFormat YMDH = new SimpleDateFormat("yyyyMMddHH"); private final static SimpleDateFormat Y_M_D_H = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");