Commit e141d770 authored by Hsinli's avatar Hsinli

addd

parent 9d49b685
Pipeline #5990 passed with stage
in 6 seconds
...@@ -331,6 +331,12 @@ class NewHouseService extends Service { ...@@ -331,6 +331,12 @@ class NewHouseService extends Service {
}); });
} }
if (condition.name) {//关键词搜索 模糊查询 if (condition.name) {//关键词搜索 模糊查询
//增加搜索记录
let addHistory = {
type: 1,
key_word: condition.name
};
await service.house.searchHistory.addSearchHistory();
filter.queryConditions.push({ filter.queryConditions.push({
key: 'name', key: 'name',
value: condition.name, value: 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