|
|
@@ -26,7 +26,9 @@ public class BpmDefineAttributes implements Serializable {
|
|
|
* ContextUtil.getCurrentUser().getFullname() ); map.put("startTime",
|
|
|
* DateUtil.getCurrentDate());
|
|
|
*/
|
|
|
- protected String subjectRule = "{发起人:startorName}在{发起时间:startTime}发起{流程标题:title}";
|
|
|
+ //protected String subjectRule = "{发起人:startorName}在{发起时间:startTime}发起{流程标题:title}";
|
|
|
+
|
|
|
+ protected String subjectRule = "{流程标题:title}";
|
|
|
|
|
|
/**
|
|
|
* 流程描述
|
|
|
@@ -61,7 +63,7 @@ public class BpmDefineAttributes implements Serializable {
|
|
|
/**
|
|
|
* 两个节点相同节点执行人跳过。
|
|
|
*/
|
|
|
- protected boolean skipSameUser = true;
|
|
|
+ protected boolean skipSameUser = false;
|
|
|
|
|
|
/**
|
|
|
* 允许抄送。
|