抽奖次数bug fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user