Skip to content

Commit

Permalink
v6.3.5
Browse files Browse the repository at this point in the history
v6.3.5
  • Loading branch information
839128 committed Feb 15, 2022
2 parents 695a8aa + 779cda7 commit bddf07b
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions bus-core/src/main/java/org/aoju/bus/core/date/Lunar.java
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ public class Lunar {
put("北", "玄武");
}
};

/**
* 天干四冲(无情之克中克得最严重的4个)
*/
Expand All @@ -296,7 +295,6 @@ public class Lunar {
put("癸", "丁");
}
};

/**
* 天干五合(有情之克中最有情的5个)
*/
Expand Down Expand Up @@ -6047,24 +6045,6 @@ public String getPositionTaiSuiDesc() {
return POSITION_DESC.get(getPositionTaiSui());
}

/**
* 获取三元
*
* @return 元
*/
public String getYuan() {
return YUAN[((year + 2696) / 60) % 3] + "元";
}

/**
* 获取九运
*
* @return 运
*/
public String getYun() {
return YUN[((year + 2696) / 20) % 9] + "运";
}

/**
* 构建字符串内容
*
Expand Down

0 comments on commit bddf07b

Please sign in to comment.