抽奖次数bug fix

This commit is contained in:
GYJ
2024-12-14 15:05:34 +08:00
parent dec0a17935
commit 09952a245e
4 changed files with 13 additions and 5 deletions

View File

@@ -292,7 +292,6 @@
AND record.order_id IS NULL
ORDER BY
orders.create_time
LIMIT #{limit}
</select>
<select id="selectOrdersByDay" resultType="com.sqx.modules.orders.entity.Orders">
@@ -320,4 +319,4 @@
and create_time > #{time}
</if>
</select>
</mapper>
</mapper>