feat:DATE_FORMAT_SEC_9
This commit is contained in:
@@ -82,7 +82,7 @@ public class MessageTemplateServiceImpl implements MessageTemplateService {
|
|||||||
|
|
||||||
public String getMessageTemplateCode() {
|
public String getMessageTemplateCode() {
|
||||||
//当前日期
|
//当前日期
|
||||||
String today = CoolDateUtils.getTodayMillis();
|
String today = CoolDateUtils.getToday();
|
||||||
return "16" + today + String.format("%04d", ThreadLocalRandom.current().nextInt(100));
|
return "16" + today + String.format("%04d", ThreadLocalRandom.current().nextInt(100));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user