Commit c1ae469e by “zcwang”

add: 添加日志

parent 35873a87
Pipeline #43427 passed with stages
in 1 minute 41 seconds
...@@ -362,7 +362,8 @@ public class ChangeFlowBiz { ...@@ -362,7 +362,8 @@ public class ChangeFlowBiz {
String currentNode, ChangeFlowSubmitReq changeFlowSubmitReq) { String currentNode, ChangeFlowSubmitReq changeFlowSubmitReq) {
ChangeFlowEnum node = ChangeFlowEnum.getByNodeId(currentNode); ChangeFlowEnum node = ChangeFlowEnum.getByNodeId(currentNode);
Assert.notNull(node, "节点配置不存在"); Assert.notNull(node, "节点配置不存在");
log.debug("[checkUpdateAndSubmit] floeId:{}, nodeEnum:{}", flowId, node); log.debug("[checkUpdateAndSubmit] floeId:{}, nodeEnum:{}, changeFlowSubmitReq:{}", flowId, node,
JSON.toJSONString(changeFlowSubmitReq));
// 工单流传 // 工单流传
Map<String, Object> content = new HashMap<>(CommonConstants.INIT_HASH_MAP_SIZE); Map<String, Object> content = new HashMap<>(CommonConstants.INIT_HASH_MAP_SIZE);
content.put("updateTime", System.currentTimeMillis()); content.put("updateTime", System.currentTimeMillis());
......
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