diff --git a/com.actionsoft.apps.coe.pal.publisher/lib/com.actionsoft.apps.coe.pal.publisher.jar b/com.actionsoft.apps.coe.pal.publisher/lib/com.actionsoft.apps.coe.pal.publisher.jar index 4c540ddf..b72a3828 100644 Binary files a/com.actionsoft.apps.coe.pal.publisher/lib/com.actionsoft.apps.coe.pal.publisher.jar and b/com.actionsoft.apps.coe.pal.publisher/lib/com.actionsoft.apps.coe.pal.publisher.jar differ diff --git a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/event/PublishProcessAfterCompleteEvent.java b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/event/PublishProcessAfterCompleteEvent.java index cf96c15c..782d03b3 100644 --- a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/event/PublishProcessAfterCompleteEvent.java +++ b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/event/PublishProcessAfterCompleteEvent.java @@ -168,7 +168,7 @@ public class PublishProcessAfterCompleteEvent extends ExecuteListener implements } currentnumber++; - attributesJsonArray.getJSONObject(i).put("value", value + "." + currentnumber); + attributesJsonArray.getJSONObject(i).put("value", "MA."+value + "." + currentnumber); if (performanceNumberBO != null) { performanceNumberBO.set("CURRENTNUMBER", currentnumber); @@ -176,7 +176,7 @@ public class PublishProcessAfterCompleteEvent extends ExecuteListener implements performanceNumberBO = SDK.getBOAPI().query("BO_EU_PERFORMANCE_NUMBER").addQuery("PERFORMANCE_TYPE=", "control.ma").addQuery("PROCESS_NUMBER=", value).detail(); } - recordBO.set("PROCESS_PERFORMANCE_IND_NUM", value + "." + currentnumber); + recordBO.set("PROCESS_PERFORMANCE_IND_NUM", "MA."+value + "." + currentnumber); SDK.getBOAPI().update("BO_EU_PERFORMANCE_NUMBER", performanceNumberBO); }