Skip to content

Commit 19ca021

Browse files
committed
issue fixteam#215 修复提示错别字
1 parent 56b1982 commit 19ca021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/fixflow-core/src/main/java/com/founder/fix/fixflow/core/impl/util/VerificationUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ private static void processDefaultTitleAndDefaultForm(Process process,StringBuff
101101
sb.append("流程定义上默认表单不能为空;" + "");
102102
}
103103
if (!taskSubjectYZ) {
104-
sb.append("流程定义上必默认任务主题不能为空;" + "");
104+
sb.append("流程定义上默认任务主题不能为空;" + "");
105105
}
106106
}
107107
return;

0 commit comments

Comments
 (0)