update 优化工作流内置变量表达式解析日志级别
This commit is contained in:
parent
9256432532
commit
d51f3b9f4e
@ -233,7 +233,7 @@ public class FlwTaskAssigneeServiceImpl implements IFlwTaskAssigneeService, Hand
|
|||||||
}
|
}
|
||||||
// 跳过以 $ 或 # 开头的字符串
|
// 跳过以 $ 或 # 开头的字符串
|
||||||
if (StringUtils.startsWith(storageId, "$") || StringUtils.startsWith(storageId, "#")) {
|
if (StringUtils.startsWith(storageId, "$") || StringUtils.startsWith(storageId, "#")) {
|
||||||
log.info("跳过 storageId 解析,检测到内置变量表达式:{}", storageId);
|
log.debug("跳过 storageId 解析,检测到内置变量表达式:{}", storageId);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user