2022-10-15 焊接修改
This commit is contained in:
@@ -50,12 +50,12 @@ namespace WebAPI.Controllers
|
||||
|
||||
return responeData;
|
||||
}
|
||||
public Model.ResponeData GetPackingInfoConfirmArrival( string packagingManageId)
|
||||
public Model.ResponeData GetPackingInfoConfirmArrival( string packagingManageId,string PersonId)
|
||||
{
|
||||
var responeData = new Model.ResponeData();
|
||||
try
|
||||
{
|
||||
BLL.APIPackagingManageService.GetPackingInfoConfirmArrival( packagingManageId);
|
||||
BLL.APIPackagingManageService.GetPackingInfoConfirmArrival( packagingManageId, PersonId);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
@@ -50,12 +50,12 @@ namespace WebAPI.Controllers
|
||||
|
||||
return responeData;
|
||||
}
|
||||
public Model.ResponeData GetComponentConfirmArrival(string PipelineComponentId)
|
||||
public Model.ResponeData GetComponentConfirmArrival(string PipelineComponentId, string PersonId)
|
||||
{
|
||||
var responeData = new Model.ResponeData();
|
||||
try
|
||||
{
|
||||
BLL.APIPipelineComponentService.GetComponentConfirmArrival(PipelineComponentId);
|
||||
BLL.APIPipelineComponentService.GetComponentConfirmArrival(PipelineComponentId, PersonId);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user