Browse Source

fix: 线扭转条件无效修复

JIEZ //你的用户名 2 years ago
parent
commit
aedc0a2afa

+ 2 - 2
bpm-core/src/main/java/com/srm/bpm/logic/service/LineExpressService.java

@@ -129,11 +129,11 @@ public class LineExpressService {
129 129
                                 "\n ------ proposer: {}" +
130 130
                                 "\n ------ approver: {}" +
131 131
                                 "\n ------ action: {}" +
132
-                                "\n ------ formData: {}",
132
+                                "\n ------ allFormData: {}",
133 133
                         processId, nodeId,
134 134
                         proposer, approver,
135 135
                         action,
136
-                        JSON.toJSONString(formDataMap));
136
+                        JSON.toJSONString(tmp));
137 137
                 log.debug("The line node {} [{}] parse result is {} \n --- the express is {} " +
138 138
                                 "\n --- the express params is {} ",
139 139
                         nodeId, "", pass ? "pass" : "no pass", express, expressParams);