|
@@ -125,7 +125,7 @@ public class GanZhiController extends BaseController {
|
|
|
|
|
|
GanZhiVo ganZhiVo = new GanZhiVo();
|
|
GanZhiVo ganZhiVo = new GanZhiVo();
|
|
ganZhiVo.setNongDay(lunar.getYear() + "年(生肖" + lunar.getYearShengXiao() + ")" + lunar.getMonth() + "月" + lunar.getDay() + "日" + lunar.getTime() + "时");
|
|
ganZhiVo.setNongDay(lunar.getYear() + "年(生肖" + lunar.getYearShengXiao() + ")" + lunar.getMonth() + "月" + lunar.getDay() + "日" + lunar.getTime() + "时");
|
|
- ganZhiVo.setBirthDay(ganZhiDto.getBirthday());
|
|
|
|
|
|
+ ganZhiVo.setBirthday(ganZhiDto.getBirthday());
|
|
ganZhiVo.setGanZhiRowVoList(ganZhiRowVoList);
|
|
ganZhiVo.setGanZhiRowVoList(ganZhiRowVoList);
|
|
ganZhiVo.setFiveCountMap(fiveCountMap);
|
|
ganZhiVo.setFiveCountMap(fiveCountMap);
|
|
ganZhiVo.setShiShenCountMap(shiShenCountMap);
|
|
ganZhiVo.setShiShenCountMap(shiShenCountMap);
|