Pre Merge pull request !771 from 友杰/dev

This commit is contained in:
友杰 2025-09-26 01:06:51 +00:00 committed by Gitee
commit 69b292dd66
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -485,9 +485,9 @@ public class FlwTaskServiceImpl implements IFlwTaskService {
Map<String, Object> variable = new HashMap<>(); Map<String, Object> variable = new HashMap<>();
// 消息类型 // 消息类型
variable.put("messageType", messageType); variable.put(FlowConstant.MESSAGE_TYPE, messageType);
// 消息通知 // 消息通知
variable.put("notice", notice); variable.put(FlowConstant.MESSAGE_NOTICE, notice);
FlowParams flowParams = FlowParams.build() FlowParams flowParams = FlowParams.build()
.nodeCode(bo.getNodeCode()) .nodeCode(bo.getNodeCode())