Commit cb741b84 by huluobin

# 更新

parent f848f823
...@@ -571,6 +571,6 @@ ...@@ -571,6 +571,6 @@
from dc_base_queue from dc_base_queue
where consume_date is null where consume_date is null
and id % 8 = #{shardingItem} and id % 8 = #{shardingItem}
limit 100 limit 1000
</select> </select>
</mapper> </mapper>
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