Showing
2 changed files
with
1 additions
and
3 deletions
@@ -231,9 +231,6 @@ class ActWheelSurfModel extends global.yoho.BaseModel { | @@ -231,9 +231,6 @@ class ActWheelSurfModel extends global.yoho.BaseModel { | ||
231 | return await ActWheelSurfUser.findAll({include: [{ | 231 | return await ActWheelSurfUser.findAll({include: [{ |
232 | model: ActWheelSurfPrize, | 232 | model: ActWheelSurfPrize, |
233 | as: 'ActWheelSurfPrize', | 233 | as: 'ActWheelSurfPrize', |
234 | - }, { | ||
235 | - model: ActWheelSurfConf, | ||
236 | - as: 'ActWheelSurfConf', | ||
237 | }], | 234 | }], |
238 | where: obj | 235 | where: obj |
239 | }); | 236 | }); |
-
Please register or login to post a comment