...
|
...
|
@@ -96,7 +96,7 @@ public class MT1201ServiceImp extends CustomXmlMaker implements MT1201Service{ |
|
|
// 预配
|
|
|
NMMS_CUSTOM_MT1201 customMt1201 = objectMapper.convertValue(map.get("mt1201"), NMMS_CUSTOM_MT1201.class);
|
|
|
String splitcode = customMt1201.getSplitcode();
|
|
|
if(StringUtils.isEmpty(splitcode)){
|
|
|
if(!StringUtils.isEmpty(splitcode)){
|
|
|
if ("T".equals(splitcode) || "S".equals(splitcode)){
|
|
|
customMt1201.setSplitcode("0");
|
|
|
}else {
|
...
|
...
|
|