按客户预约库存分配库存;

This commit is contained in:
王奎兴
2026-07-09 16:00:11 +08:00
parent 9a58a7b41c
commit fa5f8d68cc
3 changed files with 33 additions and 31 deletions
@@ -85,7 +85,7 @@ public class RemoteWmsFallbackFactory implements FallbackFactory<WmsServiceFeign
@Override
public AjaxResult execution(StockOutOrderDTO stockOutOrderDTO) {
return null;
return AjaxResult.error(cause.getMessage());
}
@Override