mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
修正调用
This commit is contained in:
@@ -166,7 +166,7 @@ public class SolarTerms {
|
||||
*/
|
||||
public static String getTerm(Date date) {
|
||||
final DateTime dt = DateUtil.date(date);
|
||||
return getTerm(dt.year(), dt.month() + 1, dt.dayOfMonth());
|
||||
return getTerm0(dt.year(), dt.month() + 1, dt.dayOfMonth());
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user