正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
@@ -8091,12 +8091,12 @@ class Algorithm extends Api | @@ -8091,12 +8091,12 @@ class Algorithm extends Api | ||
8091 | $First = $this->InnateName2($InnateEnergyTendency[0], $InnateEnergyTendencyArray, 0, ''); | 8091 | $First = $this->InnateName2($InnateEnergyTendency[0], $InnateEnergyTendencyArray, 0, ''); |
8092 | $Innate = $First . '能主导'; | 8092 | $Innate = $First . '能主导'; |
8093 | } | 8093 | } |
8094 | - } elseif ($A < 6 && $B < 6) { | 8094 | + } elseif ($A < 7 && $B < 7) { |
8095 | //当差值A、差值B都小于6,为“三能量平衡” | 8095 | //当差值A、差值B都小于6,为“三能量平衡” |
8096 | $Innate = '三能量平衡'; | 8096 | $Innate = '三能量平衡'; |
8097 | - } elseif ($A > 5 || $B > 5) { | 8097 | + } elseif ($A > 6 || $B > 6) { |
8098 | //当差值A、差值B其中一个大于5时 判断C值 | 8098 | //当差值A、差值B其中一个大于5时 判断C值 |
8099 | - if ($C < 16) { | 8099 | + if ($C < 14) { |
8100 | //差值C小于16 排名1能量($First)+排名2($Second)能量 主导 | 8100 | //差值C小于16 排名1能量($First)+排名2($Second)能量 主导 |
8101 | $First = $this->InnateName2($InnateEnergyTendency[0], $InnateEnergyTendencyArray, 0, ''); | 8101 | $First = $this->InnateName2($InnateEnergyTendency[0], $InnateEnergyTendencyArray, 0, ''); |
8102 | $Second = $this->InnateName2($InnateEnergyTendency[1], $InnateEnergyTendencyArray, 0, ''); | 8102 | $Second = $this->InnateName2($InnateEnergyTendency[1], $InnateEnergyTendencyArray, 0, ''); |
-
请 注册 或 登录 后发表评论