丽知:调拨出入库修改。

This commit is contained in:
zhengyf 2024-08-22 17:32:15 +08:00
parent 142aa5fa2d
commit cbfe81e75a
1 changed files with 2 additions and 2 deletions

View File

@ -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);
} }
//成功 //成功