代码更新
This commit is contained in:
@@ -87,6 +87,7 @@ public class SapToLmsServiceImpl implements SapToLmsService {
|
||||
} catch (Exception exception) {
|
||||
result.put("RTYPE", "E");
|
||||
result.put("RTMSG", "操作失败!" + exception.getMessage());
|
||||
log.info("getMaterialInfo的输出参数为:------------------------" + result.toString());
|
||||
return result;
|
||||
}
|
||||
result.put("TYPE", "S");
|
||||
@@ -281,6 +282,7 @@ public class SapToLmsServiceImpl implements SapToLmsService {
|
||||
result.put("RTMSG", "操作失败!" + e.getMessage());
|
||||
result.put("RTOAL", 1);
|
||||
result.put("RTDAT", null);
|
||||
log.info("getDeliveryInfo的输出参数为:------------------------" + result.toString());
|
||||
return result;
|
||||
}
|
||||
result.put("RTYPE", "S");
|
||||
|
||||
Reference in New Issue
Block a user