1
This commit is contained in:
@ -4,6 +4,7 @@ using WCS.BLL.Manager;
|
||||
using WCS.BLL.Services.IService;
|
||||
using WCS.BLL.Services.Service;
|
||||
using WCS.Model;
|
||||
using WCS.Model.ApiModel.OutStore;
|
||||
|
||||
namespace WebApi.Controllers
|
||||
{
|
||||
@ -252,7 +253,7 @@ namespace WebApi.Controllers
|
||||
//TODO<44><4F><EFBFBD><EFBFBD>
|
||||
try
|
||||
{
|
||||
return await _outstoreService.GoOutOutstore(request);
|
||||
return await _outstoreService.GoOutOutstoreSingle(request);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
@ -271,12 +272,12 @@ namespace WebApi.Controllers
|
||||
/// <returns></returns>
|
||||
[Route("singleLightConfirmOutstore")]
|
||||
[HttpPost(Name = "singleLightConfirmOutstore")]
|
||||
public async Task<ResponseBase> singleLightConfirmOutstore(GetOutOrderDetailRequest request)
|
||||
public async Task<ResponseBase> singleLightConfirmOutstore(OutOrderMatDetailModelSingle request)
|
||||
{
|
||||
//TODO<44><4F><EFBFBD><EFBFBD>
|
||||
try
|
||||
{
|
||||
return await _outstoreService.GoOutOutstore(request);
|
||||
return await _outstoreService.SingleLightConfirmOutstore(request);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user