Commit 7c91519e authored by Hsinli's avatar Hsinli

add loan_type

parent 2c5d9de2
Pipeline #10933 passed with stage
in 6 seconds
......@@ -387,7 +387,7 @@ class NewHouseService extends Service {
//贷款方式
if (condition.loan_type) {
filter.where.loan_type = condition.loan_type;
filter.where.loan_type = Number(condition.loan_type);
}
if (condition.name) {//关键词搜索 模糊查询
......
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