1
0
mirror of synced 2025-12-26 07:17:58 +08:00

v1.2.23 新增525心理健康节;修复出现多个全国中小学生安全教育日的问题;新增胎息。

This commit is contained in:
6tail
2022-05-19 20:48:42 +08:00
parent 3415fc04a4
commit 5d589eb957
10 changed files with 65 additions and 38 deletions

View File

@@ -386,7 +386,7 @@ public class Solar {
if (null != f) {
l.add(f);
}
if (day + 7 >= SolarUtil.getDaysOfMonth(year, month)) {
if (day + 7 > SolarUtil.getDaysOfMonth(year, month)) {
f = SolarUtil.WEEK_FESTIVAL.get(month + "-0-" + week);
if (null != f) {
l.add(f);