Commit 632edc24 authored by 李尚科's avatar 李尚科

fix

parent 92a858ca
......@@ -106,7 +106,7 @@ class ToolController extends Controller {
}
// const target_house = await ctx.blockModel.HousePriceMap.one({ where: { id: input_parmas.area_code } });
const area_code = input_parmas.area_code;
const total_price = input_parmas.total_price;
const total_price = parseFloat(input_parmas.total_price);
const area_name = input_parmas.area_name;
let filter = {
total_price: { min: total_price - 30, max: total_price + 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