代码更新

This commit is contained in:
2022-12-14 11:10:47 +08:00
parent f87fc8e919
commit c41358f680

View File

@@ -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");