Commit 2ef9d793 authored by Hsinli's avatar Hsinli

add

parent 84b7e30f
Pipeline #19750 passed with stage
in 2 seconds
...@@ -97,7 +97,7 @@ class LotteryPubliciseService extends Service { ...@@ -97,7 +97,7 @@ class LotteryPubliciseService extends Service {
let filter = { let filter = {
attributes: ['times', 'select_order'], attributes: ['times', 'select_order'],
where: { where: {
id: lsit[i].publicise_id id: list[i].publicise_id
} }
} }
let lotteryPublicise = await ctx.realestateModel.CdLotteryPublicise.findOne(filter); let lotteryPublicise = await ctx.realestateModel.CdLotteryPublicise.findOne(filter);
......
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