Browse Source

ifsNote

dev
han\hanst 3 days ago
parent
commit
79fa6b89a9
  1. 2
      src/main/java/com/gaotao/modules/other/service/impl/OtherInboundServiceImpl.java

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

Loading…
Cancel
Save