Commit 2a458576 by zhanghou

完成mt192292,mt196296中文的报文要素展示

parent e67b6cd8
......@@ -28,11 +28,11 @@ public class Mx2MapCreatorManager {
public AbstractMx2MapCreator getCreator(String messageType) {
if("camt.053.001".equals(messageType)){
return new Mx2MapCamt053Creator();
}else if("camt.029.001".equals(messageType)) {
}/*else if("camt.029.001".equals(messageType)) {
return new Mx2MapCamt029Creator();
} else if("camt.056.001".equals(messageType)) {
return new Mx2MapCamt056Creator();
}
}*/
else {
return new DefaultMx2MapCreator();
}
......
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