丽知:调拨出库修改
This commit is contained in:
parent
7030655a59
commit
83dd53c1ab
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue