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