Commit 41534ee4 authored by yanzg's avatar yanzg

升级新版本

parent e9f83766
...@@ -46,7 +46,7 @@ public class YzgMqProcedure implements InitializingBean { ...@@ -46,7 +46,7 @@ public class YzgMqProcedure implements InitializingBean {
/** /**
* 6 小时 * 6 小时
*/ */
public static final TimeUnit YZG_MQ_SYSTEM_QUEUE_PLAN_MAX = new TimeUnit("Hour", 1000 * 60 * 60 * 6); public static final TimeUnit YZG_MQ_SYSTEM_QUEUE_PLAN_MAX = new TimeUnit("Hour", 1000 * 60 * 60);
public static final List<TimeUnit> YZG_MQ_SYSTEM_QUEUE_PLAN_TIME = new ArrayList<>(); public static final List<TimeUnit> YZG_MQ_SYSTEM_QUEUE_PLAN_TIME = new ArrayList<>();
/** /**
* 执行的消息队列 * 执行的消息队列
......
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