Commit 7c26b4a9 by xueli.xue

更新RM

parent 85f5b6db
......@@ -103,7 +103,9 @@ public class XxlJobLogCallbackServerHandler extends AbstractHandler {
// handle msg
StringBuffer handleMsg = new StringBuffer();
handleMsg.append("执行备注:").append(requestModel.getMsg());
if (requestModel.getMsg() != null) {
handleMsg.append("执行备注:").append(requestModel.getMsg());
}
if (childTriggerMsg !=null) {
handleMsg.append("<br>子任务触发备注:").append(childTriggerMsg);
}
......
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