|
@@ -100,6 +100,10 @@ public class DefaultAbstractComponentSMO extends AbstractComponentSMO {
|
|
|
}
|
|
}
|
|
|
if (!headers.containsKey(CommonConstant.HTTP_APP_ID)) {
|
|
if (!headers.containsKey(CommonConstant.HTTP_APP_ID)) {
|
|
|
headers.put(CommonConstant.HTTP_APP_ID, pd.getAppId());
|
|
headers.put(CommonConstant.HTTP_APP_ID, pd.getAppId());
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
|
|
+ if (!headers.containsKey(CommonConstant.APP_ID)) {
|
|
|
|
|
+ headers.put(CommonConstant.APP_ID, pd.getAppId());
|
|
|
}
|
|
}
|
|
|
if (!headers.containsKey(CommonConstant.HTTP_TRANSACTION_ID)) {
|
|
if (!headers.containsKey(CommonConstant.HTTP_TRANSACTION_ID)) {
|
|
|
headers.put(CommonConstant.HTTP_TRANSACTION_ID, GenerateCodeFactory.getUUID());
|
|
headers.put(CommonConstant.HTTP_TRANSACTION_ID, GenerateCodeFactory.getUUID());
|