丽知:调拨订单更新

This commit is contained in:
zhengyf 2025-02-09 12:51:59 +08:00
parent 898c1c16cc
commit 873355c87c
1 changed files with 1 additions and 2 deletions

View File

@ -393,8 +393,7 @@ public class TransferOutPluginInitializer extends PluginBaseEntity {
billVO.setChildrenvo(childrenvo); billVO.setChildrenvo(childrenvo);
String jsonStr = JSONUtil.toJsonStr(billVO); String jsonStr = JSONUtil.toJsonStr(billVO);
mapStr = "{\"billvo\":" + jsonStr + "}"; mapStr = "{\"billvo\":" + jsonStr + "}";
// ZTResult ztResult = pushU8CByApiCode.pushByCode(OverallConstant.getOverAllValue("approveqzCode"), mapStr); ZTResult ztResult = pushU8CByApiCode.pushByCode(OverallConstant.getOverAllValue("approveqzCode"), mapStr);
ZTResult ztResult = pushU8CByApiCode.pushByCode(null, mapStr);
//两层判断,一层中台转发,一层u8c返回 //两层判断,一层中台转发,一层u8c返回
if ("false".equals(ztResult.getFlag())) { if ("false".equals(ztResult.getFlag())) {
//转发失败 //转发失败