Commit 9865f5f6 by huluobin

# 更新

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