Commit ae0458fd authored by 李尚科's avatar 李尚科

rental house fix

parent 755f283a
Pipeline #6036 passed with stage
in 52 seconds
...@@ -54,7 +54,7 @@ class RentalHouseService extends Service { ...@@ -54,7 +54,7 @@ class RentalHouseService extends Service {
}); });
} }
if (condition.name) { if (condition.name) {
await service.house.searchHistory.addSearchHistory({ type: 2, key_word: condition.name });//增加搜索历史 await ctx.service.house.searchHistory.addSearchHistory({ type: 2, key_word: condition.name });//增加搜索历史
queryConditions.push({ 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