feat:DATE_FORMAT_SEC_9

This commit is contained in:
苏竹红
2025-09-10 19:30:40 +08:00
parent 3ee0ff9fe8
commit 26bc8c7742

View File

@@ -82,7 +82,7 @@ public class MessageTemplateServiceImpl implements MessageTemplateService {
public String getMessageTemplateCode() {
//当前日期
String today = CoolDateUtils.getTodayMillis();
String today = CoolDateUtils.getToday();
return "16" + today + String.format("%04d", ThreadLocalRandom.current().nextInt(100));
}