丽知:调拨出库修改

This commit is contained in:
zhengyf 2024-09-20 17:22:45 +08:00
parent 7030655a59
commit 83dd53c1ab
1 changed files with 2 additions and 2 deletions

View File

@ -384,7 +384,7 @@ public class TransferOutPluginInitializer extends PluginBaseEntity {
cbillid = resBillVO.getParentvo().getCbillid();
}
if (!isSuccess) {
Assert.state(false, "推送U8C--> 丽知OFS调整出库--->U8C其它出库 失败 接口返回结果:{} 接口入参:{}", response, mapStr);
Assert.state(false, "推送U8C--> 丽知OFS调整出库--->U8C调拨订单 失败 接口返回结果:{} 接口入参:{}", response, mapStr);
}
//成功
@ -409,7 +409,7 @@ public class TransferOutPluginInitializer extends PluginBaseEntity {
ReusltStrDto reusltStrDto = JSON.parseObject(response, ReusltStrDto.class);
String ErrMessage = null;
if (reusltStrDto != null) {
ErrMessage = "推送U8C丽知OFS调整出库--->U8C其它出库失败,失败原因:" + reusltStrDto.getErrormsg();
ErrMessage = "推送U8C丽知OFS调整出库--->U8C调拨订单失败,失败原因:" + reusltStrDto.getErrormsg();
} else {
ErrMessage = e.getMessage();
}