项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Outbound/OutStockLockInfoController.cs
@@ -28,6 +28,12 @@ var list = await Service.GetByOrderDetailId(orderDetailId.ObjToInt()); return WebResponseContent.Instance.OK(null, list); } [HttpPost, HttpGet, Route("GetByOrderDetailId"), AllowAnonymous] public List<Dt_OutStockLockInfo> GetByOrderDetailId(int orderDetailId) { return Service.GetByOrderDetailId(orderDetailId, null); } }