|
@@ -416,10 +416,10 @@ namespace wms.api.Controllers
|
|
|
/// </summary>
|
|
|
/// <param name="reqDto"></param>
|
|
|
/// <returns></returns>
|
|
|
- [HttpPost(Name = "GetFlowExceptionResults")]
|
|
|
- public SRes GetFlowExceptionResults(GetFlowExceptionResultsRequest reqDto)
|
|
|
+ [HttpPost(Name = "QueryFlowDirectionExceptions")]
|
|
|
+ public SRes QueryFlowDirectionExceptions(GetFlowExceptionResultsRequest reqDto)
|
|
|
{
|
|
|
- return _fjService.GetFlowExceptionResults(reqDto);
|
|
|
+ return _fjService.QueryFlowDirectionExceptions(reqDto);
|
|
|
}
|
|
|
|
|
|
private SRes ComPushData(SRes resbody, List<long> ids)
|