| | |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * 立库侧请求云仓:9.1 鼎捷 ilcwmsplus 入/出库两接口;9.2 仍为 /api/report/inventoryAdjust,报文与 9.1 同为 {data:[]}。 |
| | | * 立库侧请求云仓:ICusStockService 入库/出库/调拨完成反馈;9.2 增减调整仍为 /api/report/inventoryAdjust,报文同为 {data:[]}。 |
| | | */ |
| | | @Slf4j |
| | | @Service |
| | |
| | | } else { |
| | | return resultMap(400, "不支持的 changeType:" + changeType, null); |
| | | } |
| | | Map<String, Object> raw = cloudWmsErpFeignClient.reportInventoryAdjust(req); |
| | | return DapIlcwmsResponseNormalizer.toNotifyFormatFlexible(raw); |
| | | Map<String, Object> raw = changeType == 3 |
| | | ? cloudWmsErpFeignClient.stockTransferCompleted(req) |
| | | : cloudWmsErpFeignClient.reportInventoryAdjust(req); |
| | | return changeType == 3 |
| | | ? DapIlcwmsResponseNormalizer.toNotifyFormat(raw) |
| | | : DapIlcwmsResponseNormalizer.toNotifyFormatFlexible(raw); |
| | | } |
| | | |
| | | private DapIlcwmsCompletionLine buildInOutLine(InOutResultReportParam param, boolean inbound) { |