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响应,如果失败可能需要回滚事务