|
@@ -85,8 +85,7 @@ public class GanZhiController extends BaseController {
|
|
|
|
|
|
|
|
|
int maxTianGan = ganZhiService.getMaxTianGan(ganZhiDto); //最出能量最强的天干
|
|
|
- ganZhiService.getGeJu(ganZhiRowVoList,maxTianGan,riYuanQrMap.get("qr").toString()); //查出八字常见格局
|
|
|
-
|
|
|
+ Map<String,String> geJuMap = ganZhiService.getGeJu(ganZhiRowVoList,maxTianGan,riYuanQrMap.get("qr").toString()); //查出八字常见格局
|
|
|
|
|
|
|
|
|
Map<String, Integer> fiveCountMap = ganZhiService.getGanZhiRowVoCount(ganZhiDto);
|
|
@@ -111,6 +110,7 @@ public class GanZhiController extends BaseController {
|
|
|
ganZhiVo.setZaoShiMap(zaoShiCount);
|
|
|
ganZhiVo.setDiseasePartList(diseasePartList);
|
|
|
ganZhiVo.setDaYunList(ganZhiDto.getDaYunList());
|
|
|
+ ganZhiVo.setGeJuMap(geJuMap);
|
|
|
|
|
|
// 输出结果
|
|
|
return Response.success(ganZhiVo);
|