Commit 9865f5f6 by huluobin

# 更新

parent 070277e4
......@@ -570,6 +570,7 @@
select *
from dc_base_queue
where consume_date is null
and queue_type = 1
and id % #{shardingContext.shardingTotalCount} = #{shardingContext.shardingItem}
limit 1000
</select>
......
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