Commit 9cd7e8f2 authored by Hsinli's avatar Hsinli

addd

parent 9f5e97e0
Pipeline #8732 passed with stage
in 12 seconds
...@@ -380,7 +380,7 @@ class NewHouseService extends Service { ...@@ -380,7 +380,7 @@ class NewHouseService extends Service {
type: 1, type: 1,
key_word: condition.name key_word: condition.name
}; };
await ctx.service.house.searchHistory.addSearchHistory(addHistory); await ctx.service.house.v2.searchHistory.addSearchHistory(addHistory);
filter.where.name = { $like: '%' + condition.name + '%' } filter.where.name = { $like: '%' + condition.name + '%' }
} }
if (condition.area_code) {//城市\区域\商圈筛选 if (condition.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