mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
修正调用
This commit is contained in:
parent
6e6aa91a90
commit
d244650ebc
@ -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());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user