|
@@ -416,7 +416,7 @@ namespace wms.api.Controllers
|
|
|
/// </summary>
|
|
|
/// <param name="reqDto"></param>
|
|
|
/// <returns></returns>
|
|
|
- [HttpPost(Name = "QueryFlowDirectionExceptions")]
|
|
|
+ [HttpPost]
|
|
|
public SRes QueryFlowDirectionExceptions(GetFlowExceptionResultsRequest reqDto)
|
|
|
{
|
|
|
return _fjService.QueryFlowDirectionExceptions(reqDto);
|
|
@@ -837,6 +837,7 @@ namespace wms.api.Controllers
|
|
|
/// </summary>
|
|
|
/// <param name="reqEntity"></param>
|
|
|
/// <returns></returns>
|
|
|
+ [HttpPost]
|
|
|
public SRes<FJApplyStockInLocResponse> FindAvailableFlatStorageSlot(FJApplyStockInLocRequest reqDto)
|
|
|
{
|
|
|
return ConcurrencyReqControl<FJApplyStockInLocRequest, SRes<FJApplyStockInLocResponse>>(lockFindAvailableFlatStorageSlot, "FindAvailableFlatStorageSlot" + reqDto.PickUpEquipmentNo, reqDto.PickUpEquipmentNo, reqDto, _fjService.FindAvailableFlatStorageSlot);
|