v1.2.23 新增525心理健康节;修复出现多个全国中小学生安全教育日的问题;新增胎息。
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user