解决绩效名称没有回填问题
This commit is contained in:
parent
e8b27c99c9
commit
658641e993
Binary file not shown.
@ -811,6 +811,7 @@ public class PublishExecuteListenerInterfaceImpl extends ExecuteListener impleme
|
||||
String getid = attributesJsonArray.getJSONObject(i).getString("id");
|
||||
String value = attributesJsonArray.getJSONObject(i).getString("value");
|
||||
|
||||
|
||||
if (insertFlag == true) {
|
||||
//回填绩效编号操作
|
||||
if (getid.equals("Process_performance_indicator_Number")) {
|
||||
@ -870,7 +871,7 @@ public class PublishExecuteListenerInterfaceImpl extends ExecuteListener impleme
|
||||
recordBO.set("ASSOCIATED_PROCESS_NAME", value);
|
||||
}
|
||||
if (getid.equals("Name_process_performance_indicator")) {//流程绩效指标名称
|
||||
recordBO.set("PERFORMANCE_INDICATOR_NAME", value);
|
||||
recordBO.set("PERFORMANCE_INDICATOR_NAME", shape1.getString("text"));
|
||||
}
|
||||
|
||||
if (getid.equals("Index_properties")) {//指标性质
|
||||
|
||||
@ -189,7 +189,7 @@ public class PublishProcessAfterCompleteEvent extends ExecuteListener implements
|
||||
recordBO.set("ASSOCIATED_PROCESS_NAME", value);
|
||||
}
|
||||
if (getid.equals("Name_process_performance_indicator")) {//流程绩效指标名称
|
||||
recordBO.set("PERFORMANCE_INDICATOR_NAME", value);
|
||||
recordBO.set("PERFORMANCE_INDICATOR_NAME", shape1.getString("text"));
|
||||
}
|
||||
|
||||
if (getid.equals("Index_properties")) {//指标性质
|
||||
|
||||
Loading…
Reference in New Issue
Block a user