Commit 08a6baf7 authored by yanzg's avatar yanzg

修改公式和计算帮助类

parent c5de36aa
...@@ -30,7 +30,7 @@ public class YzgMqProcedure implements InitializingBean { ...@@ -30,7 +30,7 @@ public class YzgMqProcedure implements InitializingBean {
* 默认100天延迟 * 默认100天延迟
*/ */
public static final TimeUnit[] YZG_MQ_SYSTEM_QUEUE_PLAN_TIME = new TimeUnit[]{ public static final TimeUnit[] YZG_MQ_SYSTEM_QUEUE_PLAN_TIME = new TimeUnit[]{
new TimeUnit("Second", 1000), new TimeUnit("Second", 1000 * 8),
new TimeUnit("Minute", 1000 * 60), new TimeUnit("Minute", 1000 * 60),
new TimeUnit("Hour", 1000 * 60 * 60) new TimeUnit("Hour", 1000 * 60 * 60)
}; };
......
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