丽知:调拨订单更新
This commit is contained in:
parent
898c1c16cc
commit
873355c87c
|
@ -393,8 +393,7 @@ public class TransferOutPluginInitializer extends PluginBaseEntity {
|
|||
billVO.setChildrenvo(childrenvo);
|
||||
String jsonStr = JSONUtil.toJsonStr(billVO);
|
||||
mapStr = "{\"billvo\":" + jsonStr + "}";
|
||||
// ZTResult ztResult = pushU8CByApiCode.pushByCode(OverallConstant.getOverAllValue("approveqzCode"), mapStr);
|
||||
ZTResult ztResult = pushU8CByApiCode.pushByCode(null, mapStr);
|
||||
ZTResult ztResult = pushU8CByApiCode.pushByCode(OverallConstant.getOverAllValue("approveqzCode"), mapStr);
|
||||
//两层判断,一层中台转发,一层u8c返回
|
||||
if ("false".equals(ztResult.getFlag())) {
|
||||
//转发失败
|
||||
|
|
Loading…
Reference in New Issue