Commit ddec8f23 authored by Hsinli's avatar Hsinli

addd

parent f09e0cbd
Pipeline #11146 passed with stage
in 5 seconds
......@@ -398,7 +398,7 @@ class NewHouseService extends Service {
}
//贷款方式
if (condition.loan_type) {
if (condition.loan_type && Number(condition.loan_type) !== 0) {
filter.where.loan_type = Number(condition.loan_type);
}
......
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