周任务抽奖 改为 单次
This commit is contained in:
@@ -7,12 +7,10 @@
|
||||
sign.id
|
||||
FROM
|
||||
user_sign_record sign
|
||||
LEFT JOIN task_center_record cenRecord ON sign.id = cenRecord.source_id
|
||||
WHERE
|
||||
sign.`DAY` = 7
|
||||
AND sign.user_id = #{userId}
|
||||
and sign.create_time > #{time}
|
||||
AND cenRecord.id IS NULL
|
||||
order by sign.create_time asc
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user