From 79fa6b89a996d01b967334e15286893247137016 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Mon, 21 Sep 2026 11:28:18 +0800 Subject: [PATCH] ifsNote --- .../modules/other/service/impl/OtherInboundServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/gaotao/modules/other/service/impl/OtherInboundServiceImpl.java b/src/main/java/com/gaotao/modules/other/service/impl/OtherInboundServiceImpl.java index 276e5370..55d04ca9 100644 --- a/src/main/java/com/gaotao/modules/other/service/impl/OtherInboundServiceImpl.java +++ b/src/main/java/com/gaotao/modules/other/service/impl/OtherInboundServiceImpl.java @@ -100,7 +100,7 @@ public class OtherInboundServiceImpl implements OtherInboundService { ifsDto.setIfsEngChgLevel("1"); ifsDto.setIfsHandlingUnitID(BigDecimal.ZERO); ifsDto.setIfsQuantity(detail.getTransQty()); - + ifsDto.setIfsReason(dto.getInboundReason()); try { String ifsResponse = ifsApiIssueAndReturnService.addOtherInbound(ifsDto); // 检查IFS响应,如果失败可能需要回滚事务