오타수정
This commit is contained in:
@@ -470,7 +470,7 @@ public class SocketProcess extends DefaultProcess {
|
||||
final String MESSAGE_PART_HEADER_PART = "Message.Msg_Header";
|
||||
final String MESSAGE_PART_BODY_PART = "Message.Msg_Body";
|
||||
|
||||
if (!com.eactive.eai.adapter.Keys.IF_STANDARD.equals(this.adptrMsgPtrnCd)) {
|
||||
if (com.eactive.eai.adapter.Keys.IF_STANDARD.equals(this.adptrMsgPtrnCd)) {
|
||||
|
||||
StandardItem messagePart = standardMessage.findItem(MESSAGE_PART);
|
||||
messagePart.setHidden(true);
|
||||
|
||||
Reference in New Issue
Block a user