Commit 8c517e78 authored by yanzg's avatar yanzg

不记录系统日志

parent 6ce15066
...@@ -120,7 +120,7 @@ public class YzgMqProcedure implements InitializingBean { ...@@ -120,7 +120,7 @@ public class YzgMqProcedure implements InitializingBean {
// 上次单位 // 上次单位
prevUnit = timeUnit; prevUnit = timeUnit;
} }
if (prevUnit.unit < min) { if (prevUnit.unit < min && prevUnit != YZG_MQ_SYSTEM_QUEUE_PLAN_MIN) {
throw new CodeException("算法错误"); throw new CodeException("算法错误");
} }
// 返回最大时间的队列 // 返回最大时间的队列
......
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