2022-10-15 焊接修改

This commit is contained in:
2022-10-15 15:40:49 +08:00
parent 9183f74b55
commit 0ec0031e20
26 changed files with 1623 additions and 167 deletions
@@ -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)
{