|
@@ -10,6 +10,7 @@ import com.miaxis.common.utils.poi.ExcelUtil;
|
|
import com.miaxis.gan.domain.GanZhi;
|
|
import com.miaxis.gan.domain.GanZhi;
|
|
import com.miaxis.gan.dto.GanZhiDto;
|
|
import com.miaxis.gan.dto.GanZhiDto;
|
|
import com.miaxis.gan.service.IGanZhiService;
|
|
import com.miaxis.gan.service.IGanZhiService;
|
|
|
|
+import com.miaxis.gan.vo.GanZhiFiveVo;
|
|
import com.miaxis.gan.vo.GanZhiRowVo;
|
|
import com.miaxis.gan.vo.GanZhiRowVo;
|
|
import com.miaxis.gan.vo.GanZhiVo;
|
|
import com.miaxis.gan.vo.GanZhiVo;
|
|
import com.nlf.calendar.Lunar;
|
|
import com.nlf.calendar.Lunar;
|
|
@@ -78,13 +79,14 @@ public class GanZhiController extends BaseController{
|
|
ganZhiDto.setTimeZhi(lunar.getTimeZhi());
|
|
ganZhiDto.setTimeZhi(lunar.getTimeZhi());
|
|
|
|
|
|
List<GanZhiRowVo> ganZhiRowVoList = ganZhiService.selectGanZhiRowVoList(ganZhiDto);
|
|
List<GanZhiRowVo> ganZhiRowVoList = ganZhiService.selectGanZhiRowVoList(ganZhiDto);
|
|
- List<GanZhiRowVo> ganZhiRowVoCountList = ganZhiService.selectGanZhiRowVoList(ganZhiDto);
|
|
|
|
|
|
+ List<GanZhiFiveVo> ganZhiFiveVoList = ganZhiService.selectGanZhiFiveVoCount(ganZhiDto);
|
|
|
|
|
|
|
|
|
|
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.setGanZhiFiveVoList(ganZhiFiveVoList);
|
|
ganZhiVo.setUsername(ganZhiDto.getUsename());
|
|
ganZhiVo.setUsername(ganZhiDto.getUsename());
|
|
ganZhiVo.setSex(ganZhiDto.getSex());
|
|
ganZhiVo.setSex(ganZhiDto.getSex());
|
|
|
|
|