Commit 7167a32c authored by 李尚科's avatar 李尚科

house tool fix

parent ebd092ee
Pipeline #6066 passed with stage
in 4 seconds
......@@ -133,7 +133,7 @@ class ToolController extends Controller {
ret = await ctx.blockModel.HousePriceTrend.one({ where: { id: area_code } });
ret = ret.trend_json;
} else if (type === 'increase') {
ret = await ctx.blockModel.HouseQuestion.one({ where: { id: area_code } });
ret = await ctx.blockModel.HousePriceIncrease.one({ where: { id: area_code } });
ret = ret.increase_json;
} else if (type === 'question') {
ret = await ctx.blockModel.HouseQuestion.one({ where: { id: area_code } });
......
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