Commit 5d60f7a6 authored by Hsinli's avatar Hsinli

add

parent 762c6f2f
Pipeline #19714 passed with stage
in 1 minute 0 seconds
...@@ -62,7 +62,7 @@ class LotteryPubliciseService extends Service { ...@@ -62,7 +62,7 @@ class LotteryPubliciseService extends Service {
const { ctx } = this; const { ctx } = this;
let likeHouseName = '%' + houseName.split('').join('%') + '%'; let likeHouseName = '%' + houseName.split('').join('%') + '%';
let filter = { let filter = {
attributes: ['DISTINCT' `house_name`], attributes: ['DISTINCT house_name'],
where: { where: {
house_name: { $like: likeHouseName } house_name: { $like: likeHouseName }
} }
......
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