Commit 7d75cfc6 by xueli.xue

tips

parent 832c94d6
...@@ -111,7 +111,7 @@ public class HandlerRepository { ...@@ -111,7 +111,7 @@ public class HandlerRepository {
String _msg = ""; String _msg = "";
// push data to queue // push data to queue
String _handleName = _param.get(HandlerRepository.handleName); String _handleName = _param.get(HandlerRepository.handleName);
int _triggerLogId = Integer.valueOf(_param.get(HandlerRepository.triggerLogId)); int _triggerLogId = Integer.valueOf(_param.get(HandlerRepository.triggerLogId)); // 次数应校验,停止队列功能为开发
try { try {
if (_handleName!=null && _handleName.trim().length()>0) { if (_handleName!=null && _handleName.trim().length()>0) {
IJobHandler handler = handlerClassMap.get(_handleName); IJobHandler handler = handlerClassMap.get(_handleName);
......
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 sign in to comment