|
@@ -882,7 +882,7 @@ public class StatisticServiceImpl implements StatisticService {
|
|
|
|
|
|
|
|
public String getDayName(String dateString){
|
|
public String getDayName(String dateString){
|
|
|
LocalDate date = LocalDate.parse(dateString, DateTimeFormatter.ofPattern("yyyy-MM-dd"));
|
|
LocalDate date = LocalDate.parse(dateString, DateTimeFormatter.ofPattern("yyyy-MM-dd"));
|
|
|
- return date.getDayOfWeek().getDisplayName(TextStyle.FULL,Locale.getDefault());
|
|
|
|
|
|
|
+ return date.getDayOfWeek().getDisplayName(TextStyle.FULL,Locale.CHINA);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public List<String> getYearMonth(){
|
|
public List<String> getYearMonth(){
|