Commit 47f3065c authored by Hsinli's avatar Hsinli

addd

parent 6c07a3cb
...@@ -267,7 +267,7 @@ class ToolController extends Controller { ...@@ -267,7 +267,7 @@ class ToolController extends Controller {
ctx.failed('总价区间不能为0'); ctx.failed('总价区间不能为0');
} }
const house_plan = await ctx.service.house.v2.tool.generateHousePlan_2_1(input_parmas);//计算购房能力 生成购房计划 const house_plan = await ctx.service.house.v2.tool.generateHousePlan_2_1(input_parmas);//计算购房能力 生成购房计划
if (house_plan !== 2) { if (house_plan.status !== 2) {
total_price.max = invest_payment * 2 / down_payment_rate + 30; total_price.max = invest_payment * 2 / down_payment_rate + 30;
total_price.min = invest_payment * 2 / down_payment_rate - 30; total_price.min = invest_payment * 2 / down_payment_rate - 30;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment