丽知:调拨出入库修改。
This commit is contained in:
parent
142aa5fa2d
commit
cbfe81e75a
|
@ -360,7 +360,7 @@ public class TransferInPluginInitializer extends PluginBaseEntity {
|
||||||
//两层判断,一层中台转发,一层u8c返回
|
//两层判断,一层中台转发,一层u8c返回
|
||||||
if ("false".equals(ztResult.getFlag())) {
|
if ("false".equals(ztResult.getFlag())) {
|
||||||
//转发失败
|
//转发失败
|
||||||
Assert.state(false, "丽知:OFS调拨出库订单--->U8C调拨订单,自动生成调拨出库单(保存签字).中台转发失败,失败原因:{}", ztResult.getMsg());
|
Assert.state(false, "丽知:OFS调拨入库订单--->U8C调拨入库订单.中台转发失败,失败原因:{}", ztResult.getMsg());
|
||||||
}
|
}
|
||||||
Attribute attribute = ztResult.getAttribute();
|
Attribute attribute = ztResult.getAttribute();
|
||||||
System.out.println(attribute);
|
System.out.println(attribute);
|
||||||
|
@ -374,7 +374,7 @@ public class TransferInPluginInitializer extends PluginBaseEntity {
|
||||||
vbillcode = generalBill.getParentvo().getVbillcode();
|
vbillcode = generalBill.getParentvo().getVbillcode();
|
||||||
}
|
}
|
||||||
if (!isSuccess) {
|
if (!isSuccess) {
|
||||||
Assert.state(false, "推送U8C--> 丽知:OFS调整出库--->U8C其它出库 失败 接口返回结果:{} 接口入参:{}", response, mapStr);
|
Assert.state(false, "推送U8C--> 丽知:OFS调拨入库订单--->U8C调拨入库订单 失败 接口返回结果:{} 接口入参:{}", response, mapStr);
|
||||||
}
|
}
|
||||||
|
|
||||||
//成功
|
//成功
|
||||||
|
|
Loading…
Reference in New Issue