Commit a9deb923 authored by 王亚雷's avatar 王亚雷

Merge remote-tracking branch 'origin/bugfix-20211003' into dev

parents 6e39ac41 e7a140f6
......@@ -20,7 +20,7 @@ public class MorningPaperProperties {
private String subTitle;
public String getTodayMailTitle() {
DayOfWeek dayOfWeek = LocalDate.now().plusDays(1).getDayOfWeek();
DayOfWeek dayOfWeek = LocalDate.now().getDayOfWeek();
String displayName = dayOfWeek.getDisplayName(TextStyle.SHORT, Locale.CHINA);
int value = dayOfWeek.getValue();
log.info("displayName: {}, value: {}", displayName, value);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment