解决绩效名称没有回填问题

This commit is contained in:
zhal 2022-11-29 15:05:28 +08:00
parent e8b27c99c9
commit 658641e993
3 changed files with 3 additions and 2 deletions

View File

@ -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")) {//指标性质

View File

@ -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")) {//指标性质