Commit 23175acb by zhanghou

修改了mt210的异常警告的定义,52a,56a域进行了修改

parent b9ca124a
......@@ -97,6 +97,7 @@ public class Field52aGenerate extends AbstractMx2MtTagsGenerate {
} else {
value = mtNameAddress;
}
value = mx_to_mtStartingLineCharacter(value, "Block4/:52D:");
tags.add(new Tag(name_D, value));
}
}
......
......@@ -91,6 +91,7 @@ public class Field56aGenerate extends AbstractMx2MtTagsGenerate {
} else {
value = mtNameAddress;
}
value = mx_to_mtStartingLineCharacter(value, "Block4/:56D:");
tags.add(new Tag(name_D, value));
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment