Commit ab0ab7a5 authored by Hsinli's avatar Hsinli

addd

parent 7d45aa22
Pipeline #8737 passed with stage
in 13 seconds
......@@ -46,7 +46,7 @@ class searchHistoryService extends Service {
let filter = {
page: 1,
limit: 50,
attributes: ['distinct `key_word`'],
attributes: [`distinct key_word`],
where: {
state: 1,
user_id: ctx.userId,
......
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